Retrieves a list of features.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pai:ListFeatures |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v1/features HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Names |
string |
No |
Feature names, separated by commas. |
PaiConsole:IntegrateWithWorkspace |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
5A14FA81-DD4E-******-6343FE44B941 |
| TotalCount |
integer |
The total number of features. |
2 |
| Features |
array |
The list of features. |
|
|
string |
A feature. |
PaiConsole:IntegrateWithWorkspace |
Examples
Success response
JSON format
{
"RequestId": "5A14FA81-DD4E-******-6343FE44B941",
"TotalCount": 2,
"Features": [
"PaiConsole:IntegrateWithWorkspace\n"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.