List Address Spaces
Returns a collection of address spaces with specified paging, sorting and filtering parameters, sorting and filtering parameters.
The provider endpoint id, registered with the endpoint-service.
Additional filter in the provider specific format. Note: filter string needs to be URL encoded.
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
{
"pageNumber": 0,
"offset": 0,
"pageSize": 0,
"queryInfo": {
"expand": [
{
"propertyName": "string"
}
],
"select": [
{
"propertyName": "string"
}
],
"top": 0,
"skipToken": "string",
"inlineCount": "string",
"orderBy": [
{
"direction": "string"
}
],
"skip": 0,
"rawFilter": "string",
"rawOrderBy": "string"
}
}
pageNumber
offset
pageSize
Success - return the collection of AddressSpaces for a given provider endpoint id.
{
"metadata": {
"number": 0,
"size": 0,
"offset": 0,
"totalPages": 0,
"totalElements": 0
},
"links": [
{
"rel": "string",
"href": "string"
}
],
"content": [
{}
]
}
content
Forbidden.
Resource not found.