Queries the Alibaba Cloud Marketplace attributes of an API.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeApiMarketAttributes |
get |
*ApiGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
The ID of the API group. |
b693252f3f19445e9a01dac177c4454c |
| ApiId |
string |
Yes |
The ID of the API. |
1f9b5e9ba80943099cac52e040b7e160 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ApiId |
string |
The ID of the API. |
6318cd8f6a304cac9318dea8d9a78f7a |
| RequestId |
string |
The ID of the request. |
545D4E52-4F77-5EC4-BB7E-7344CEC7B5E6 |
| MarketChargingMode |
string |
The billing method used by the Alibaba Cloud Marketplace. |
PREPAID_BY_USAGE |
| NeedCharging |
string |
Indicates whether fees are charged. |
true |
Examples
Success response
JSON format
{
"ApiId": "6318cd8f6a304cac9318dea8d9a78f7a",
"RequestId": "545D4E52-4F77-5EC4-BB7E-7344CEC7B5E6",
"MarketChargingMode": "PREPAID_BY_USAGE",
"NeedCharging": "true"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.