POST /v1/applyIP4Template - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Applies IPv4 Templates.

Parameters

Name Description
objectId

Location: query

Type: integer (int64)

The object ID of the IPv4 template recipient. If the value is zero, the template is applied to all networks.
properties

Location: query

Type: string

A string containing the following properties and values:
  • applyToNonConflictedNetworksOnly - Boolean value: true or false. If set to true, the template is applied to a non-conflicted network. The default value is false.
  • applyDeploymentOptions - Boolean value: true or false. If set to true, applies deployment options defined from the template to the linked network. The default value is false.
  • applyReservedAddresses - Boolean value: true or false. If set to true, applies the reserved IPv4 addresses defined from the template to the linked network. The default value is false.
  • applyGateway - Boolean value: true or false. If set to true, applies the gateway to the linked network. The default value is false.
  • applyDHCPRanges - Boolean value: true or false. If set to true, applies the DHCP ranges defined from the template to the linked network. The default value is false.
  • applyIPGroups - Boolean value: true or false. If set to true, applies the IP groups defined from the template to the linked network. The default value is false.
  • conflictResolutionOption - ObjectProperties.networkSettings or ObjectProperties.templateSettings. Available only if applyDeploymentOptions is true and applyToNonConflictedNetworksOnly is false. The default value is networkSettings.
  • convertOrphanedIPAddressesTo - ObjectProperties.convertOrphanedIPAddressesTo.

    The possible values are:

    • STATIC
    • DHCP RESERVED (Default value)
    • UNASSIGNED
      Note:
      • If the option value is incorrect, the default value is applied.
      • If the option name is incorrect, the option will be ignored. Therefore, orphaned IP addresses will be updated to the default value.
Refer to Reference: reservedAddresses parameters for IPv4 templates.
templateId

Location: query

Type: integer (int64)

The object ID of the IPv4 template.

Responses

Code Description
201

Type: string

Returns the task ID of the network template apply task as a string.