Set a cloud identifier
POST /tenancy/resource/{resourceIdentifier}/set-cloud-id
Sets the cloud identifier of a resource.
Token usage: BlueXP user token.
|
|
This operation is deprecated. |
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
resourceIdentifier |
string |
path |
True |
|
Authorization |
string |
header |
True |
|
X-Tenancy-Account-Id |
string |
header |
False |
accountID to be passed. |
X-Service-Request-Id |
string |
header |
False |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
cloudId |
string |
True |
Example request
{
"cloudId": "string"
}
Response
Status: 200, Default response
Definitions
See Definitions
body
| Name | Type | Required | Description |
|---|---|---|---|
cloudId |
string |
True |