Retrieve IP spaces
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/working-environment/{workingEnvironmentId}/ip-space
Retrieves a list of IP spaces within a specified working environment.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
workingEnvironmentId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
ip-space |
array[ip-space] |
False |
Example response
{
"ip-space": [
{
"id": "string",
"name": "string"
}
]
}
Definitions
See Definitions
ip-space
Name | Type | Required | Description |
---|---|---|---|
id |
string |
False |
|
name |
string |
False |