Queries the common parameters supported by the system.
Operation description
-
This API is intended for API callers.
-
The response of this API contains the system parameters that are optional in API definitions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeSystemParameters |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
0CCDF65E-6050-412D-AD68-FA3D9196836C |
| SystemParams |
object |
||
| SystemParamItem |
array<object> |
The returned information about system parameters. It is an array that consists of SystemParam data. |
|
|
object |
|||
| DemoValue |
string |
Examples |
192.168.1.1 |
| Description |
string |
The description of a parameter. |
ClientIP |
| ParamName |
string |
The name of the parameter. |
CaClientIp |
| ParamType |
string |
The type of the parameter. |
string |
Examples
Success response
JSON format
{
"RequestId": "0CCDF65E-6050-412D-AD68-FA3D9196836C",
"SystemParams": {
"SystemParamItem": [
{
"DemoValue": "192.168.1.1",
"Description": "ClientIP",
"ParamName": "CaClientIp",
"ParamType": "string"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.