Get External Network IP Range
Get external IPAM network IP range with a given id
The ID of the external IPAM network IP range.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
successful operation
{
"owner": "[email protected]",
"description": "my-description",
"externalId": "i-cfe4-e241-e53b-756a9a2e25d2",
"subnetPrefixLength": 0,
"startIPAddress": "string",
"orgId": "9e49",
"endIPAddress": "string",
"tags": [
{
"value": "string",
"key": "string"
}
],
"organizationId": "deprecated",
"createdAt": "2012-09-27",
"addressSpaceId": "string",
"ipVersion": "string",
"dnsServerAddresses": [
"string"
],
"domain": "string",
"name": "my-name",
"id": "9e49",
"gatewayAddress": "string",
"updatedAt": "2012-09-27",
"dnsSearchDomains": [
"string"
]
}
Email of the user that owns the entity.
HATEOAS of the entity
A human-friendly description.
External entity Id on the provider side.
Subnet prefix length (synonymous with "netmask")
Start IP address of the range.
The id of the organization this entity belongs to.
End IP address of the range.
A set of tag keys and optional values that were set on this resource instance.
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.
Date when the entity was created. The date is in ISO 8601 and UTC.
Address space that the range belongs to
IP address version: IPv4 or IPv6. Default: IPv4.
DNS IP addresses of the range.
DNS domain of the range.
A human-friendly name used as an identifier in APIs that support this option.
The id of this resource instance
The gateway address of the range
Date when the entity was last updated. The date is ISO 8601 and UTC.
DNS domain search (in order)
Forbidden
Not Found