Domain name for API request: cam.intl.tencentcloudapi.com.
This API is used to get the list of policy versions.
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: ListPolicyVersions. |
| Version | Yes | String | Common Params. The value used for this API: 2019-01-16. |
| Region | No | String | Common Params. This parameter is not required. |
| PolicyId | Yes | Integer | Policy ID |
| Parameter Name | Type | Description |
|---|---|---|
| Versions | Array of PolicyVersionItem | Policy version list Note: this field may return null, indicating that no valid values can be obtained. |
| 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. |
This example shows you how to get the version list of a policy.
https://cam.intl.tencentcloudapi.com/?Action=ListPolicyVersions
&PolicyId=17698703
&<Common request parameters>
{
"Response": {
"Versions": [
{
"VersionId": 2,
"CreateDate": "2019-08-09T10:31:47Z",
"IsDefaultVersion": 1
},
{
"VersionId": 3,
"CreateDate": "2019-08-09T10:31:47Z",
"IsDefaultVersion": 0
}
],
"RequestId": "13567bf0-a52b-49af-a3ce-ea934ef33c57"
}
}
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.SystemError | Internal error. |
| InvalidParameter.ParamError | Invalid input parameter. |
| InvalidParameter.PolicyIdNotExist | Policy ID does not exist. |
| ResourceNotFound.PolicyIdNotFound | Resources specified by PolicyId does not exist. |
フィードバック