Get Address Spaces With External Ids
Returns a collection of address spaces with specified ids.
Request
URI
POST
https://{api_host}/ipam-service//api/providers/{providerEndpointId}/address-spaces/searchExternalIds
COPY
Path Parameters
string
providerEndpointId
Required
The provider endpoint id, registered with the endpoint-service.
Request Body
Collection of address space IDs
Array of string of type(s) application/json
Optional
[
{}
]
Responses
200
Success - return the list of AddressSpaces for a given provider endpoint id.
[
{
"providerEndpointId": "string",
"name": "string",
"description": "string",
"externalId": "string",
"id": "string",
"extensionData": {
"entries": [
{
"key": "string"
}
]
}
}
]
403
Forbidden.
Operation doesn't return any data structure
404
Resource not found.
Operation doesn't return any data structure