Endpoint
/api/v2/tenants/{varId}/clients/{clientId}/customAttributes
Path Parameters
varId
string

clientId
string

Responses

OK

[
  {
    "customAttributeValue": {
      "customAttribute": {
        "description": "creating custom_type for provider-update",
        "id": 71,
        "name": "custom_attr_type_for_service_provider",
        "organization": {
          "activated": true,
          "id": 1,
          "name": "OpsRamp SaaS Platform",
          "uniqueId": "org_1"
        }
      },
      "description": "creating first value for s provider update",
      "id": 410,
      "value": "test_val_1_for_custom_attr_type_for_sp_1"
    },
    "id": 1277,
    "tagSource": "OPSRAMP",
    "taggable": {
      "entityType": "Device",
      "hostName": "testDev",
      "id": "DEV0000015747",
      "name": "hydlptCampusGolden",
      "resourceName": "testDev",
      "resourceType": "Desktop"
    }
  }
]