Describes the schemas for plug-ins supported by API Gateway.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribePluginSchemas |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Language |
string |
No |
The language of the plug-in descriptions in the response. Valid values:
|
en |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
2D39D1B3-8548-508A-9CE2-7F4A3F2A7989 |
| PluginSchemas |
object |
||
| PluginSchema |
array<object> |
The list of plug-in schemas. |
|
|
object |
The list of plug-in schemas. |
||
| Title |
string |
The title of the plug-in. |
plugin schema title |
| Description |
string |
The description of the plug-in. |
plugin scheme description |
| Name |
string |
The name of the plug-in. |
VPC_C |
| DocumentId |
string |
The document ID. |
4107** |
| SupportClassic |
boolean |
Indicates whether categorization is supported. |
true |
Examples
Success response
JSON format
{
"RequestId": "2D39D1B3-8548-508A-9CE2-7F4A3F2A7989",
"PluginSchemas": {
"PluginSchema": [
{
"Title": "plugin schema title",
"Description": "plugin scheme description",
"Name": "VPC_C",
"DocumentId": "4107**",
"SupportClassic": true
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.