POST /v1/addDevice - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Description

Adds a device to a configuration.

Parameters

Name Description
configurationId

Location: query

Type: integer (int64)

The object ID of the configuration in which the device is to be located.
deviceSubtypeId

Location: query

Type: integer (int64)

The object ID of the device sub-type with which the device is associated. The value can be 0 if you do not wish to associate a device sub-type to the device you are adding.
deviceTypeId

Location: query

Type: integer (int64)

The object ID of the device type with which the device is associated. The value can be 0 if you do not wish to associate a device type to the device you are adding.
ip4Addresses

Location: query

Type: string

One or more IPv4 addresses to which the device is assigned. Specify multiple addresses in a comma-delimited list.
ip6Addresses

Location: query

Type: string

One or more IPv6 addresses to which the device is assigned. Specify multiple addresses in a comma-delimited list.
name

Location: query

Type: string

The descriptive name of the device.
properties

Location: query

Type: string

Adds object properties, including user-defined fields.

Responses

Code Description
201

Type: integer (int64)

Returns the object ID of the new device.