Endpoint
/api/v2/tenants/{tenantId}/devices/{deviceId}/customAttributes
Path Parameters
tenantId
string

deviceId
string

Responses

OK

[
  {
    "customAttributeValue": {
      "customAttribute": {
        "description": "custom_attr_from_API_test_1_update",
        "id": 57,
        "name": "custom_attr_from_API_test_1",
        "organization": {
          "activated": true,
          "name": "Brocade Lab",
          "uniqueId": "client_93"
        }
      },
      "description": "desc_custom_attr_from_API_test_1_update_1",
      "id": 382,
      "value": "custom_attr_from_API_test_1_value"
    },
    "id": 1218,
    "tagSource": "AWS",
    "taggable": {
      "entityType": "Device",
      "hostName": "testDev",
      "id": "DEV0000015747",
      "name": "hydlptCampusGolden",
      "resourceName": "testDev",
      "resourceType": "Desktop"
    }
  }
]