SaveAnnotationMissionTagInfoList

Updated at:

Saves instance tags in a batch.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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.