2.66 configuration/xms

GET

Since version 2.1

Get XMS cloud info.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
claimUrl
string

URL to use for adding the device to XMS cloud. Only relevant if not yet managed.

Example: https://xms.cloud.barco.com/add

Since version: 2.1

cloudConnectivity
boolean

Status of IoT Connectivity to cloud.

Since version: 2.8

deviceToken
string

Token to use when adding the device to XMS cloud. Only relevant if not yet managed.

Example: ABCD0123

Since version: 2.1

managed
boolean

Whether this device is managed by XMS cloud or not.

Since version: 2.1

tenant
object

The organization with which this device is associated with in XMS cloud.

Since version: 2.2

read-only

  name
string

Name of the organization.

Example: Barco N.V.

Since version: 2.2

DELETE

Since version 2.1

Remove device from organization.

Responses
202Device will be removed.