Find NetworkPopIpsecReadys
GET/network/pointsofpresence/ipsec
Provide the OBS POP which can support IPsec service for public cloud connectivity.
Request
Query Parameters
limit integer
Possible values: <= 100
Default value: 20
Limit of the size of the page
offset integer
Default value: 0
Offset of the page
Responses
- 200
- 401
- 403
- 500
Successful retrieval of NetworkPopIpsecReadys
Response Headers
X-Total-Count
integer
number total of items
X-Result-Count
integer
number of returned items
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
popDisplayname string
Display Name
popName string
Pop Name
popId string
Pop Id
popCountryCode string
Pop Country Code
[
{
"popDisplayname": "string",
"popName": "string",
"popId": "string",
"popCountryCode": "string"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code int32
code
message string
message
description string
description
{
"code": 0,
"message": "string",
"description": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
code int32
code
message string
message
description string
description
{
"code": 0,
"message": "string",
"description": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code int32
code
message string
message
description string
description
{
"code": 0,
"message": "string",
"description": "string"
}
Loading...