Domain name for API request: tat.tencentcloudapi.com.
This API is used to query the status of the TAT agent.
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: DescribeAutomationAgentStatus. |
Version | Yes | String | Common Params. The value used for this API: 2020-10-28. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceIds.N | No | Array of String | List of instance IDs for the query. |
Filters.N | No | Array of Filter | Filter conditions.agent-status - String - Required: No - (Filter condition) Filter by agent status. Valid values: Online , Offline .environment - String - Required: No - (Filter condition) Filter by the agent environment. Valid value: Linux .instance-id - String - Required: No - (Filter condition) Filter by the instance ID. Up to 10 Filters allowed in one request. For each filter, five Filter.Values can be specified. InstanceIds and Filters cannot be specified at the same time. |
Limit | No | Integer | Number of returned results. It defaults to 20 . The maximum is 100. For more information on Limit , see the relevant section in the API Overview. |
Offset | No | Integer | Offset. The default value is 0 . For more information on Offset , see the relevant section in API Introduction. |
Parameter Name | Type | Description |
---|---|---|
AutomationAgentSet | Array of AutomationAgentInfo | Agent information list. |
TotalCount | Integer | Total number of matching agents. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tat.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAutomationAgentStatus
<Common request parameters>
{
"InstanceIds": [
"lhins-ar5wyn4x"
]
}
{
"Response": {
"RequestId": "520e7b93-904d-44de-a2dd-8e4c545be4ce",
"AutomationAgentSet": [
{
"InstanceId": "lhins-ar5wyn4x",
"Version": "0.1.0",
"LastHeartbeatTime": "2020-11-16T12:05:44+00:00",
"AgentStatus": "Online",
"Environment": "Linux"
}
],
"TotalCount": 1
}
}
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 | Internal error. |
InvalidParameter | Invalid parameter. |
InvalidParameter.ConflictParameter | Conflicting parameters. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.InvalidFilter | Invalid filter. |
InvalidParameterValue.InvalidInstanceId | Invalid instance ID. |
InvalidParameterValue.LimitExceeded | Parameter limit exceeded. |
UnauthorizedOperation.CamAuthFailed | CAM authentication failed. |
UnauthorizedOperation.InvalidToken | Invalid token. |
UnauthorizedOperation.MFAExpired | The Multi-factor authentication (MFA) code expired. |
UnauthorizedOperation.MFANotFound | Multi-factor authentication (MFA) does not exist. |
Was this page helpful?