Query Whitelist
Last Updated:2021-08-30
Query an Whitelist
Query the list of instance whitelists.
Description
- The instances that have not been deleted support the query of a whitelist.
Request Structure
GET /v{version}/instance/{dbInstanceId}?describeSecurityIps HTTP/1.1
HOST: mongodb.bj.baidubce.com
Authorization: authorization string
Request header field
No other special header fields are available, except for common header fields.
Request Parameter
Parameter name | Type | Required? | Parameter Position | Description |
---|---|---|---|---|
Version | String | Yes | URL parameter | API version number |
dbInstanceId | string | Yes | URL Parameter | The specified instance ID |
Return header field
There are no other special header fields except for the common header field.
Return parameter
Parameter Name | Type | Description |
---|---|---|
securityIps | List string | Whitelist grouped list |
Request example
GET /v1/instance/m-qNlWTz?describeSecurityIps HTTP/1.1
HOST: mongodb.bj.baidubce.com
Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2017-11-21T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
Return example
HTTP/1.1 200 OK
x-bce-request-id: 7869616F-7A68-6977-656E-406261696475
Content-Type: application/json
Content-Length 0
{
"securityIps":[
"192.168.0.1/24",
"0.0.0.0/0"
]
}