Lists flow component groups.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:ListFlowNodeGroup |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
Yes |
The number of records per page. |
10 |
| PageNo |
integer |
Yes |
The page number. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. This field is returned only when RAM verification fails. |
{} |
| Message |
string |
The error message. |
successful |
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each API request. You can use this ID to troubleshoot issues. |
|
| Data |
object |
The returned data object. |
|
| Model |
array<object> |
The request result data. |
|
|
object |
The request result data. |
||
| PublicExtend |
string |
{} |
|
| Code |
string |
0 |
|
| Code |
integer |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "successful",
"RequestId": "",
"Data": {
"Model": [
{
"PublicExtend": "{}",
"Code": "0"
}
]
},
"Code": 0,
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.