Queries whether a specified virtual border router (VBR) is associated with a Smart Access Gateway (SAG) instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | No | The ID of the region where the SAG instance is deployed. You can call the DescribeRegions operation to query the most recent region list. | cn-shanghai |
VbrRegionId | string | Yes | The ID of the region where the VBR is deployed. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
VbrInstanceIds | array | Yes | The IDs of the VBRs. | |
string | Yes | The ID of the VBR. | vbr-bp15ihkk93ezxppk**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "17D79124-104A-42DB-8FCA-CE2957CD1723",
"SagVbrRelations": [
{
"VbrInstanceId": "vbr-bp15ihkk93ezxppk****",
"SagUid": "16884015121212****",
"SagInstanceId": "sag-0nnteglltw6z4b****"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | Param.InvalidVersionComparator | The specified version comparison operator is invalid. | The specified version comparison operator is invalid. |
400 | InvalidRegionID | The specified regionId does not exist. | The specified region ID does not exist. |
403 | Forbidden | User not authorized to operate on the specified resource. | You do not have permissions to manage the specified resource. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history