Updating Resource Tags
Function
This API is used to update a resource tag.
URI
POST /v1/script/{resource_type}/{resource_id}/tags/update
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
resource_id |
Yes |
String |
Definition: Resource ID. |
|
resource_type |
Yes |
String |
Definition: Resource type.
Constraints: Generally, coc-script uses only coc:script. Value range:
Default value: N/A |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
tags |
No |
Array of ResourceTag objects |
Definition: Tag array. Constraints: N/A. Value range: N/A. Default value: N/A. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
String |
Definition: Script ID returned by the system when the resource tag specified by a script is updated. Value range: N/A. |
Example Requests
Update the resource type to the script tag SC202504221542083c8xxx of coc:script.
POST https://{Endpoint}/v1/script/coc:script/SC202504221542083c8xxx/tags/update
{
"tags" : [ {
"key" : 122,
"value" : 122
} ]
}
Example Responses
Status code: 200
UUID of the created script.
For more status codes, see Status Codes.
{
"data" : "SC2023102521xxxxxxxxxx"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
UUID of the created script. For more status codes, see Status Codes. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot