Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to query the authorization list for application protection.
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: DescribeRaspLicenseList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| Filters.N | No | Array of Filters | Filter criteria. -AssetType: asset type (CWP: CWP asset, TCSS_HOST: container host node, TCSS_EKS: container super node) -PluginStatus: plug-in status. Valid values: Normal (use normally), Abnormal (existence of anomalies), Unused (inactive).-ProtectionSwitch (Enable: enabled; Disable: not enabled) - ProtectionVersion: Protection edition. Valid values: Rasp: authorization package for important period protection; Unauthorized: unauthorized.- InstanceID Instance ID - InstanceName: instance name - InstanceIP: instance IP address (private/public IP address) - Container node ID of NodeID -NodeName: Container node name - ClusterID: Container cluster ID -ClusterName: container cluster name. |
| Limit | No | Integer | Maximum number of entries. Default value: 10. |
| Offset | No | Integer | Offset. Default value: 0 |
| Order | No | String | Sorting order. Valid values: ASC (ascending) and DESC (descending). |
| By | No | String | Sort value - LatestUpdateTime: Latest update time. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total quantity. |
| List | Array of RaspLicenseList | Array object. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRaspLicenseList
<Common request parameters>
{}
{
"Response": {
"RequestId": "2c484eae-c3a5-4819-8158-2a1b45f0a25a",
"List": [],
"TotalCount": 0
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback