All Products
Search
Document Center

Security Center:DescribeContainerApps

Last Updated:Feb 20, 2024

Queries the information about a containerized application.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FieldValuestringNo

The application value that you want to query. Fuzzy match is supported.

cas-adad-qeqwe
CurrentPageintegerYes

The page number.

1
PageSizeintegerYes

The number of entries per page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.

Note We recommend that you do not leave this parameter empty.
200
ClusterIdstringNo

The ID of the container cluster.

ca0a686115432429ca26cf780f5e9fff5

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

30CBF632-109F-596F-97F2-451C8B2A****
TagValuesarray

The tag values.

string

The tag value.

node-exporter

Examples

Sample success responses

JSONformat

{
  "RequestId": "30CBF632-109F-596F-97F2-451C8B2A****",
  "TagValues": [
    "node-exporter\n"
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.