ListForwardStrategyBindingItems
Queries the bindings of forwarding rules in batches.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
csas:ListForwardStrategyBindingItems |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ForwardIds |
array |
Yes |
The forwarding rule ID. |
|
|
string |
No |
The forwarding rule ID. |
fs-849ac29396d9ea98 |
|
| ItemType |
string |
No |
The binding item type. Valid values:
|
Application |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
5F79AE39-6622-5292-87EF-DE45631DE4D7 |
| ItemType |
string |
The binding item type. Valid values:
|
Application |
| ForwardStrategyBindingItemsList |
array<object> |
The list of forwarding rule bindings. |
|
|
array<object> |
|||
| Items |
array<object> |
The binding items. |
|
|
object |
The data item. |
||
| ApplicationName |
string |
The private application name. |
437008 |
| ApplicationId |
string |
The private application ID. |
pa-application-104b6b97b7f0c5d9 |
| TagName |
string |
The tag name. |
nieshirui.nsr |
| TagId |
string |
The private application tag ID. |
tag-4c8b988bb0ffdfb3 |
| UserGroupName |
string |
The user group name. |
aaaaa |
| UserGroupId |
string |
The user group ID. |
ug-xxxxxx |
| MatchMode |
string |
The policy matching target type. Valid values:
|
UserGroupAll |
| ForwardId |
string |
The forwarding rule ID. |
fs-41a7891ff6568421 |
Examples
Success response
JSON format
{
"RequestId": "5F79AE39-6622-5292-87EF-DE45631DE4D7",
"ItemType": "Application",
"ForwardStrategyBindingItemsList": [
{
"Items": [
{
"ApplicationName": "437008",
"ApplicationId": "pa-application-104b6b97b7f0c5d9",
"TagName": "nieshirui.nsr",
"TagId": "tag-4c8b988bb0ffdfb3",
"UserGroupName": "aaaaa",
"UserGroupId": "ug-xxxxxx"
}
],
"MatchMode": "UserGroupAll",
"ForwardId": "fs-41a7891ff6568421"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.