Queries AScript rules.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
alb:ListAScripts | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. Valid values:
| FFmyTO70tTpLG6I3FmYAXGKPd**** |
MaxResults | integer | No | The maximum number of entries to return. Valid values: 1 to 100. Default value: 20. If you do not specify this parameter, the default value is used. | 50 |
ListenerIds | array | No | The listener IDs. You can specify at most 20 listener IDs in each call. | |
string | No | The listener ID. | lsn-9v9b8576m2laih**** | |
AScriptIds | array | No | The AScript rule IDs. You can specify at most 20 IDs in each call. | |
string | No | The rule ID. | as-aznwocxofkakf7**** | |
AScriptNames | array | No | The AScript rule names. You can specify at most 10 names in each call. | |
string | No | The name of the AScript rule. | test |
Response parameters
Examples
Sample success responses
JSON
format
{
"TotalCount": 1000,
"RequestId": "2CA81429-F160-593A-8AB5-A2A9617845B9",
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"MaxResults": 50,
"AScripts": [
{
"AScriptId": "as-aznwocxofkakf7****",
"AScriptName": "test",
"Enabled": true,
"ScriptContent": "{test}",
"AScriptStatus": "Available",
"ListenerId": "lsn-t0w1m9r6suiwmc****",
"LoadBalancerId": "alb-vv9rg2ub31tyec****"
}
]
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | Forbidden.LoadBalancer | Authentication has failed for LoadBalancer. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-17 | The Error code has changed | View Change Details |