Domain name for API request: ssm.tencentcloudapi.com.
This API is used to obtain the SecretsManager service status of a user.
A maximum of 50 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: GetServiceStatus. |
Version | Yes | String | Common Params. The value used for this API: 2019-09-23. |
Region | No | String | Common Params. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
ServiceEnabled | Boolean | true : The service is activated; false : The service is not activated. |
InvalidType | Integer | Invalid service type. 0 : not purchased; 1 : normal; 2 : suspended due to arrears; 3 : resource released |
AccessKeyEscrowEnabled | Boolean | true : Allow SSM to manage Tencent Cloud API key secrets.false : Forbid SSM to manage Tencent Cloud API key secrets. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ssm.tencentcloudapi.com/?Action=GetServiceStatus
&<Common request parameters>
{
"Response": {
"RequestId": "1a327ad8-5fef-41d5-b1a1-73d58af83d66",
"ServiceEnabled": true,
"InvalidType": 1,
"AccessKeyEscrowEnabled": true
}
}
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 | An internal error occurred. |
UnauthorizedOperation | The operation is unauthorized. |
Was this page helpful?