Describes the plugin schemas that API Gateway supports.
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 plugin schema description 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> |
A list of plugin schemas. |
|
|
object |
A list of plugin schemas. |
||
| Title |
string |
The title of the plugin. |
plugin schema title |
| Description |
string |
The description of the plugin. |
plugin scheme description |
| Name |
string |
The name of the plugin. |
VPC_C |
| DocumentId |
string |
The ID of the document. |
4107** |
| SupportClassic |
boolean |
Indicates whether classification 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.