Queries backend signature keys.
Operation description
-
This API is intended for API providers.
-
query the backend signature keys in a Region. Region is a system parameter.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeSignatures |
get |
*Signature
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SignatureId |
string |
No |
The IDs of the keys to query. |
dd05f1c54d6749eda95f9fa6d491449a |
| SignatureName |
string |
No |
The names of the keys to query. |
backendsignature |
| PageNumber |
integer |
No |
The number of the page to return. Pages start from page 1. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page. Maximum value: 100. Default value: 10. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageNumber |
integer |
The page number of the returned page. |
1 |
| RequestId |
string |
The ID of the request. |
CEF72CEB-54B6-4AE8-B225-F876FF7BZ004 |
| PageSize |
integer |
The number of entries returned per page. |
10 |
| TotalCount |
integer |
The total number of returned entries. |
20 |
| SignatureInfos |
object |
||
| SignatureInfo |
array<object> |
The returned signature information. It is an array consisting of SignatureInfo data. |
|
|
object |
|||
| ModifiedTime |
string |
The last modification time of the key. |
2016-07-24T08:28:48Z |
| SignatureId |
string |
The ID of the backend signature key. |
dd05f1c54d6749eda95f9fa6d491449a |
| SignatureSecret |
string |
The Secret value of the backend signature key. |
asdfghjkl |
| SignatureName |
string |
The name of the backend signature key. |
backendsignature |
| SignatureKey |
string |
The Key value of the backend signature key. |
qwertyuiop |
| CreatedTime |
string |
The creation time of the key. |
2016-07-23T08:28:48Z |
| RegionId |
string |
The region where the key is located. |
cn-qingdao |
Examples
Success response
JSON format
{
"PageNumber": 1,
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ004",
"PageSize": 10,
"TotalCount": 20,
"SignatureInfos": {
"SignatureInfo": [
{
"ModifiedTime": "2016-07-24T08:28:48Z",
"SignatureId": "dd05f1c54d6749eda95f9fa6d491449a",
"SignatureSecret": "asdfghjkl",
"SignatureName": "backendsignature",
"SignatureKey": "qwertyuiop",
"CreatedTime": "2016-07-23T08:28:48Z",
"RegionId": "cn-qingdao"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.