Skip to main content

Associate Device ID Profiles in Bulk (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/deviceidprofiles/:deviceid_profile_id/operations

Associate multiple sites to a profile.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    deviceid_profile_id stringrequired

    Device ID of the profile ID.

Body

Details of the Device ID profile and sites to be associated

    disabled boolean

    Disable the device id profile.

    disabled_reason string

    Reason to disable the device id profile.

    id string

    Device ID.

    inactive boolean

    Device id profile (active or inactive).

    inactive_reason string

    Reason for profile to be inactive.

    name string

    Name of the device ID profile.

    region string

    Profile region.

    sites SiteDetails[]required

    The device ID site.

  • Array [
  • site_id string

    The profile site ID.

  • ]
  • tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

    type string

    The device ID profile type.

Responses

Successful Operation

Schema
    disabled boolean

    Disable the device id profile.

    disabled_reason string

    Reason to disable the device id profile.

    id string

    Device ID.

    inactive boolean

    Device id profile (active or inactive).

    inactive_reason string

    Reason for profile to be inactive.

    name string

    Name of the device ID profile.

    region string

    Profile region.

    sites SiteDetails[]required

    The device ID site.

  • Array [
  • site_id string

    The profile site ID.

  • ]
  • tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

    type string

    The device ID profile type.

Loading...