1 つ以上のリソースにタグを追加します。
今すぐお試しください
テスト
RAM 認証
リクエスト構文
POST /tags HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| body |
object |
任意 |
リクエストボディ。 |
|
| resourceType |
string |
必須 |
リソースタイプ。 |
Service |
| resourceId |
array |
必須 |
リソース ID のリスト。 |
|
|
string |
任意 |
リソース ID。 |
test |
|
| tag |
array |
任意 |
タグ。 最大 20 個のタグをアタッチできます。 |
|
| Tag |
任意 |
タグ。 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスのスキーマ |
||
| requestId |
string |
リクエスト ID。 |
3B311FD9-A60B-55E0-A896-A0C73********* |
例
成功レスポンス
JSONJSON
{
"requestId": "3B311FD9-A60B-55E0-A896-A0C73*********"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter.ResourceId | The ResourceId parameter is invalid. | |
| 400 | InvalidResourceId.NotFound | The specified ResourceIds are not found in our records. | |
| 400 | NumberExceed.ResourceIds | The maximum number of ResourceIds is exceeded. | |
| 400 | InvalidParameter.RegionId | The RegionId parameter is invalid. | |
| 400 | InvalidParameter.ResourceType | The ResourceType parameter is invalid. | |
| 400 | MissingParameter.ResourceIds | You must specify ResourceId.N. | |
| 400 | MissingParameter.ResourceType | You must specify ResourceType. | |
| 400 | MissingParameter.Tags | You must specify Tags. | |
| 400 | MissingParameter.TagKey | You must specify Tag.N.Key. | |
| 400 | MissingParameter.TagValue | You must specify Tag.N.Value. | |
| 400 | InvalidParameter.TagKey | The Tag.N.Key parameter is invalid. | |
| 400 | InvalidParameter.TagValue | The Tag.N.Value parameter is invalid. | |
| 400 | NumberExceed.Tags | The maximum number of Tags is exceeded. | |
| 400 | QuotaExceed.TagsPerResource | The maximum number of tags for each resource is exceeded. | |
| 400 | Duplicate.TagKey | The Tag.N.Key contains duplicate keys. | |
| 500 | InvalidOperation.ConcurrentModification | The resource is modified concurrently. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | NoPermission | The operator is not permission for this operate |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。