Retrieves the details of an OpenAPI.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribePopApi |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PopCode |
string |
Yes |
The POP code of the Alibaba Cloud product API. |
Sas |
| ApiVersion |
string |
Yes |
The version number of the API. |
2021-10-01 |
| ApiName |
string |
Yes |
The name of the Alibaba Cloud product API. |
DescribeInstanceInfo |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned information. |
||
| RequestId |
string |
The ID of the request. This ID is a unique identifier that is generated by Alibaba Cloud for the request. It can be used to troubleshoot and locate issues. |
1A01B0BA-****-5813-****-A5DA15FA95AE |
| PopCode |
string |
The POP code of the Alibaba Cloud product API. |
Sas |
| Version |
string |
The API version number. |
2019-09-10 |
| ApiName |
string |
The name of the API. |
AddAssetCleanConfig |
| OpenApiMetaList |
array<object> |
The list of API information. |
|
|
object |
The details of the information. |
||
| Name |
string |
The parameter name. |
DescribePopApi |
| Required |
boolean |
Indicates whether the parameter is required.
|
false |
| ExampleValue |
string |
The example value. |
12.xx.xx.xx |
| Description |
string |
The description of the parameter. |
demo parameter |
| Type |
string |
The data type of the parameter field. Valid values:
|
string |
| Style |
string |
The method used to serialize the parameter. Valid values:
|
json |
Examples
Success response
JSON format
{
"RequestId": "1A01B0BA-****-5813-****-A5DA15FA95AE",
"PopCode": "Sas",
"Version": "2019-09-10",
"ApiName": "AddAssetCleanConfig",
"OpenApiMetaList": [
{
"Name": "DescribePopApi",
"Required": false,
"ExampleValue": "12.xx.xx.xx",
"Description": "demo parameter",
"Type": "string",
"Style": "json"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.