Retrieves information about the tags that are added to containers based on the feature of proactive defense for containers.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetOpaClusterLabelList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TagName |
string |
No |
The name of the tag. |
test |
| ClusterId |
string |
No |
The ID of the cluster to which the container belongs. Note
You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters. |
c556c8133b5ad4378b7fc533ddbda**** |
| PageSize |
integer |
No |
The number of entries per page. Default value: 200. If you leave the PageSize parameter empty, 200 entries are returned by default. Maximum value: 200. Note
We recommend that you do not leave this parameter empty. |
20 |
| CurrentPage |
integer |
No |
The page number. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Data |
array<object> |
The information about the tags that are added to containers. |
|
|
object |
|||
| TagName |
string |
The name of the tag that is added to the container. |
test |
| Count |
integer |
The number of entries returned on the current page. |
2 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The response code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code. |
200 |
| Message |
string |
The returned message. |
successful |
| RequestId |
string |
The request ID. |
95D35EB3-1F8E-5E07-A68E-BE018C9B80CB |
Examples
Success response
JSON format
{
"Data": [
{
"TagName": "test"
}
],
"Count": 2,
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "95D35EB3-1F8E-5E07-A68E-BE018C9B80CB"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.