Description
Returns an APIEntity for the specified IPv6 block or network.
Parameters
Name | Description |
---|---|
containerId |
Location: query Type: integer (int64) The object ID of higher-level parent object IP block or configuration in
which the IPv6 block or network is located.
|
prefix |
Location: query Type: string The prefix value for the IPv6 block or network.
|
type |
Location: query Type: string The type of object to be returned. This string must be one of the
constants listed in
Object types.
Note: The only supported object types are IP6Block and IP6Network.
|
Responses
Code | Description |
---|---|
200 |
Type: APIEntity Returns an APIEntity for the specified IPv6 block or network. The APIEntity is empty if the block or network does not exist.
|