Description
Get a list of deployment options that conflict with the associated IPv4 objects,
including networks, that are linked to the IPv4 network template.
Attention: This API has been deprecated and will be removed
in a future release. Use the /v1/getLinkedIP4ObjectConflicts method instead of this
method. For more information, refer to GET /v1/getLinkedIP4ObjectConflicts
Parameters
Name | Description |
---|---|
networkId |
Location: query Type: integer (int64) The database object ID of the IPv4 object that is linked to the IPv4 network template.
Setting a value of zero returns all conflicting objects linked to the template.
|
templateId |
Location: query Type: integer (int64) The object ID of the IPv4 network template.
|
Responses
Code | Description |
---|---|
200 |
Type: string Returns a list of conflicting network ranges and deployment options in JSON format.
|