New in this release
Delete List Of Accepted Server Names
DELETE /acceptedservernames/
Deletes the list of accepted management server names.
Required Roles
Request Payload
No Request Payload
Response Body
Examples
Request
DELETE https://192.168.0.0:4443/acceptedservernames/ HTTP/1.1
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Request
DELETE https://192.168.0.0:4443/acceptedservernames.json HTTP/1.1
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Request
curl -H $token -H "Content-Type: application/xml" -X DELETE https://$nodeIp:4443/acceptedservernames/
Response
HTTP/1.1 200 OK