/scalemgmt/v3/clusters/remote/authorized/{name}: DELETE
Deletes an accessing cluster authorization from the owning cluster.
Availability
Available on all IBM Storage Scale editions.
Description
The DELETE clusters/remote/authorized/{name} request deletes authorization of an accessing cluster to access the resources of an owning cluster.
Request URL
https://<IP address or host name of API server>:<port>/scalemgmt/v3/clusters/remote/authorized/{name}
Where
- name
- Specifies the remote cluster name.
Request headers
Accept: application/json
Parameters
The following parameters can be used in the request URL to customize the
request:
Parameter name | Description and applicable keywords | Required/optional |
---|---|---|
name | The name of the remote cluster. | Required. |
X-StorageScaleDomain | The domain to be authorized against for the request. The default value is StorageScaleDomain. | Optional. |
Request data
No request data.
Response data
- 200: A successful response.
{}
- default: An unexpected error response.
{ "code": 0, "details": [ { "@type": "string", "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" } ], "message": "string" }
Examples
The following example unauthorizes accessing cluster to access the resources of an owning cluster:
Request data:
curl -X 'DELETE' 'https://localhost:46443/scalemgmt/v3/clusters/remote/authorized/accessingCluster1' -H 'accept: application/json' -n -k
Response data: {}