Endpoint
/api/v2/tenants/{tenantId}/customAttributes/{attributeId}/assignedEntities/search
Path Parameters
tenantId
string

attributeId
string

Query Parameters
pageNo
integer

pageSize
integer

isDescendingOrder
boolean

sortName
string

queryString
string

Responses

OK

descendingOrder
boolean

nextPage
boolean

nextPageNo
integer

orderBy
string

pageNo
integer

pageSize
integer

previousPageNo
integer

results
array

results.customAttributeValue
results.id
results.tagSource
results.taggable
totalPages
integer

totalResults
integer

{
  "descendingOrder": true,
  "nextPage": false,
  "nextPageNo": 0,
  "orderBy": "id",
  "pageNo": 1,
  "pageSize": 10,
  "previousPageNo": 0,
  "results": [
    {
      "customAttributeValue": {
        "customAttribute": {
          "description": "Custom_Attribute_from_API_test_1_Update",
          "id": 63,
          "name": "custom_attribute_from_API_test_1",
          "organization": {
            "activated": true,
            "id": 93,
            "name": "Brocade Lab",
            "uniqueId": "client_93"
          }
        },
        "description": "Custom_Attribute_from_API_test_2_value_Description",
        "id": 399,
        "value": "custom_attribute_from_API_test_2_value"
      },
      "id": 1271,
      "tagSource": "OPSRAMP",
      "taggable": {
        "aliasName": "",
        "entityType": "Device",
        "hostName": "testDev",
        "id": "DEV0000015747",
        "name": "sjlptCampusGolden",
        "resourceName": "testDev",
        "resourceType": "Desktop"
      }
    },
    {
      "customAttributeValue": {
        "customAttribute": {
          "description": "Custom_Attribute_from_API_test_1_Update",
          "id": 63,
          "name": "custom_attribute_from_API_test_1",
          "organization": {
            "activated": true,
            "id": 93,
            "name": "Brocade Lab",
            "uniqueId": "client_93"
          }
        },
        "description": "Custom_Attribute_from_API_test_2_value_Description",
        "id": 399,
        "value": "custom_attribute_from_API_test_2_value"
      },
      "id": 1270,
      "tagSource": "OPSRAMP",
      "taggable": {
        "aliasName": "",
        "entityType": "Device",
        "hostName": "testDev",
        "id": "DEV0000015776",
        "name": "INMON-SFLOW",
        "resourceName": "testDev",
        "resourceType": "Desktop"
      }
    },
    {
      "customAttributeValue": {
        "customAttribute": {
          "description": "Custom_Attribute_from_API_test_1_Update",
          "id": 63,
          "name": "custom_attribute_from_API_test_1",
          "organization": {
            "activated": true,
            "id": 93,
            "name": "Brocade Lab",
            "uniqueId": "client_93"
          }
        },
        "description": "Desc_Custom_Attribute_from_API_test_1_Update_1",
        "id": 396,
        "value": "custom_attribute_from_API_test_1_value"
      },
      "id": 1244,
      "tagSource": "OPSRAMP",
      "taggable": {
        "entityType": "ServiceGroup",
        "id": "SGP-d7657432-3698-4894-a07f-c2ef9aa0789e",
        "name": "Service"
      }
    },
    {
      "customAttributeValue": {
        "customAttribute": {
          "description": "Custom_Attribute_from_API_test_1_Update",
          "id": 63,
          "name": "custom_attribute_from_API_test_1",
          "organization": {
            "activated": true,
            "id": 93,
            "name": "Brocade Lab",
            "uniqueId": "client_93"
          }
        },
        "description": "Desc_Custom_Attribute_from_API_test_1_Update_1",
        "id": 396,
        "value": "custom_attribute_from_API_test_1_value"
      },
      "id": 1239,
      "tagSource": "OPSRAMP",
      "taggable": {
        "aliasName": "",
        "entityType": "Device",
        "hostName": "testDev",
        "id": "DEV0000015767",
        "name": "AD-14",
        "resourceName": "testDev",
        "resourceType": "Desktop"
      }
    },
    {
      "customAttributeValue": {
        "customAttribute": {
          "description": "Custom_Attribute_from_API_test_1_Update",
          "id": 63,
          "name": "custom_attribute_from_API_test_1",
          "organization": {
            "activated": true,
            "id": 93,
            "name": "Brocade Lab",
            "uniqueId": "client_93"
          }
        },
        "description": "Desc_Custom_Attribute_from_API_test_1_Update_1",
        "id": 396,
        "value": "custom_attribute_from_API_test_1_value"
      },
      "id": 1238,
      "tagSource": "OPSRAMP",
      "taggable": {
        "entityType": "ServiceGroup",
        "id": "SGP-a7657435-3698-3894-b07f-v2ef9aa0789e",
        "name": "Service"
      }
    }
  ],
  "totalPages": 1,
  "totalResults": 5
}