SaveAnnotationMissionTagInfoList
Saves instance tags in a batch.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:SaveAnnotationMissionTagInfoList |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AnnotationMissionTagInfoListJsonString |
string |
No |
The JSON-formatted data of the tags. Note
The parameters in the JSON string are the same as those in AnnotationMissionTagInfoList. Specify either this parameter or AnnotationMissionTagInfoList. |
[{"delete":false, "InstanceId":"00b37342-e759-4fe5-b296-aef775933af0", "AnnotationMissionTagInfoName":"测试数据1", "AnnotationMissionTagInfoDescription":"测试"}] |
| AnnotationMissionTagInfoList |
array<object> |
No |
The list of tags. Note
This parameter has the same function as AnnotationMissionTagInfoListJsonString. Specify either this parameter or AnnotationMissionTagInfoListJsonString. |
|
|
object |
No |
The list of tags. |
||
| AnnotationMissionTagInfoId |
string |
No |
The tag ID. |
bdbff6a5-1f68-4b41-8d37-6ff805ce165a |
| InstanceId |
string |
No |
The instance ID. |
bdbff6a5-1f68-4b41-8d37-6ff805ce165a |
| TenantId |
string |
No |
The tenant ID. |
bdbff6a5-1f68-4b41-8d37-6ff805ce165a |
| AnnotationMissionTagInfoName |
string |
No |
The tag name. |
标签 |
| AnnotationMissionTagInfoDescription |
string |
No |
The tag description. |
标签描述 |
| Delete |
boolean |
No |
Indicates whether to delete the tag. Note
Set this parameter to true to delete the tag. Set it to false to add the tag. |
true |
| Reset |
boolean |
No |
Indicates whether to restore the default tag values. |
false |
| InstanceId |
string |
No |
The instance ID. |
af81a389-91f0-4157-8d82-720edd02b66a |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
BaseResponse |
||
| Success |
boolean |
Indicates whether the call was successful. A value of true indicates that the call was successful. A value of false indicates that the call failed. |
true |
| Code |
string |
The status code of the API call. |
OK |
| Message |
string |
The message returned for the API call. |
执行失败:查找元素或操作超时,outTaskId:trademark_regnew_public_cn-uax33hol2uu,flowId:null,nodeUUID:541b6c71-8cce-4ab0-af84-713ca9741821 |
| Data |
object |
The returned data. |
|
| Success |
boolean |
Indicates whether the operation was successful. |
true |
| ExecCount |
integer |
The number of successful operations. |
1 |
| Message |
string |
The message returned for the API call. |
执行失败:查找元素或操作超时,outTaskId:trademark_regnew_public_cn-uax33hol2uu,flowId:null,nodeUUID:541b6c71-8cce-4ab0-af84-713ca9741821 |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
1B356EDC-F69A-53B0-B4AF-2AC42200684E |
Examples
Success response
JSON format
{
"Success": true,
"Code": "OK",
"Message": "执行失败:查找元素或操作超时,outTaskId:trademark_regnew_public_cn-uax33hol2uu,flowId:null,nodeUUID:541b6c71-8cce-4ab0-af84-713ca9741821",
"Data": {
"Success": true,
"ExecCount": 1,
"Message": "执行失败:查找元素或操作超时,outTaskId:trademark_regnew_public_cn-uax33hol2uu,flowId:null,nodeUUID:541b6c71-8cce-4ab0-af84-713ca9741821"
},
"HttpStatusCode": 200,
"RequestId": "1B356EDC-F69A-53B0-B4AF-2AC42200684E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.