Domain name for API request: tem.tencentcloudapi.com.
This API is used to obtain the environment status.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeEnvironmentStatus. |
Version | Yes | String | Common Params. The value used for this API: 2021-07-01. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
EnvironmentIds.N | Yes | Array of String | ID of the environment |
SourceChannel | No | Integer | Source channel |
Parameter Name | Type | Description |
---|---|---|
Result | Array of NamespaceStatusInfo | List of environment status |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
Obtaining the environment status
POST / HTTP/1.1
Host: tem.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeEnvironmentStatus
<Common request parameters>
{
"EnvironmentIds": [
"xx"
],
"SourceChannel": 0
}
{
"Response": {
"Result": [
{
"EnvironmentId": "xx",
"EnvironmentName": "xx",
"ClusterId": "xx",
"EnvironmentStoppingStatus": {
"StoppedApplicationNum": 0,
"ApplicationNumNeedToStop": 0
},
"ClusterStatus": "xx",
"EnvironmentStartingStatus": {
"ApplicationNumNeedToStart": 0,
"StartedApplicationNum": 0
}
}
],
"RequestId": "xx"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.ActionReadTimeout | Request timed out |
InternalError.DefaultInternalError | The server is busy. Retry later. |
ResourceNotFound.MicroserviceOffline | The target microservice is offline. |
ResourceNotFound.NamespaceNotFound | The environment does not exist. |
UnauthorizedOperation.UnauthorizedOperation | Not authorized |
Was this page helpful?