Queries multiple versions of a encrypted parameter.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
oos:ListSecretParameterVersions | list | *secretparameter
|
| None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The ID of the region. | cn-hangzhou |
Name | string | Yes | The name of the parameter. | MySecretParameter |
MaxResults | integer | No | The number of entries to return on each page. Valid values: 10 to 100. Default value: 50. | 10 |
NextToken | string | No | The pagination token. | MTRBMDc0NjAtRUJFNy00N0NBLTk3NTctMTJDQzQ3NjFENDdB |
ShareType | string | No | The share type of the parameter. | Private |
WithDecryption | boolean | No | Specifies whether to decrypt the parameter value. The parameter value is returned in the Value response parameter only if this parameter is set to true. Otherwise, the Value response parameter is empty. | false |
Response elements
Element | Type | Description | Example |
object | The information about the secret parameter. | ||
Type | string | The type of the parameter. | Secret |
NextToken | string | The pagination token. | MTRBMDc0NjAtRUJFNy00N0NBLTk3NTctMTJDQzQ3NjFENDdB |
RequestId | string | The ID of the request. | DBA6E6C8-F75D-41DE-AFF5-1FA03F551CA3 |
Description | string | The description of the parameter. | SecretParameter |
MaxResults | integer | The number of entries returned per page. | 50 |
CreatedBy | string | The user who created the parameter. | root(130900000) |
CreatedDate | string | The time when the parameter was created. | 2020-09-01T08:01:43Z |
Name | string | The name of the parameter. | MySecretParameter |
TotalCount | integer | The total number of entries returned. | 1 |
Id | string | The ID of the parameter. | p-4c4b401cab6747xxxxxx |
| ParameterVersions | array<object> | The versions of the parameter. | |
object | The details of a version. | ||
ParameterVersion | integer | The version number of the parameter. | 1 |
Value | string | The value of the parameter. | SecretParameter |
UpdatedDate | string | The time when the parameter was last updated. | 2020-09-01T08:01:43Z |
UpdatedBy | string | The user who last updated the parameter. | root(130900000) |
Examples
Success response
JSON format
{
"Type": "Secret",
"NextToken": "MTRBMDc0NjAtRUJFNy00N0NBLTk3NTctMTJDQzQ3NjFENDdB",
"RequestId": "DBA6E6C8-F75D-41DE-AFF5-1FA03F551CA3",
"Description": "SecretParameter",
"MaxResults": 50,
"CreatedBy": "root(130900000)",
"CreatedDate": "2020-09-01T08:01:43Z",
"Name": "MySecretParameter",
"TotalCount": 1,
"Id": "p-4c4b401cab6747xxxxxx",
"ParameterVersions": [
{
"ParameterVersion": 1,
"Value": "SecretParameter",
"UpdatedDate": "2020-09-01T08:01:43Z",
"UpdatedBy": "root(130900000)"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.