IP Block
Retrieve IP Block
Retrieve an IP Block by ID.
User must have authorization role with PROVIDER_ADMIN or TENANT_ADMIN suffix.
get/v2/org/{org}/nico/ipblock/{ipBlockId}
Query parameters
infrastructureProviderIdstring uuid
Filter IP Blocks by Infrastructure Provider ID. Deprecated: Infrastructure Provider is now inferred from the org's membership.
tenantIdstring uuid
Filter IP Blocks by Tenant ID. Deprecated: Tenant is now inferred from the org's membership.
includeUsageStatsboolean
Include IP Block usage stats in response
includeRelation'InfrastructureProvider' | 'Tenant' | 'Site'
Related entity to expand
Response
OK
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Public Network Overlay for Site SJC4",
"description": "This is the primary IP overlay for SJC4. All IPs are publicly routable",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
"infrastructureProviderId": "e94bcfda-f6cb-42e4-80ec-516811e5abbf",
"tenantId": null,
"routingType": "Public",
"prefix": "202.168.16.0",
"prefixLength": 20,
"protocolVersion": "IPv4",
"status": "Pending",
"statusHistory": [
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}