Endpoint
/api/v2/tenants/{tenantId}/resources/minimal
Path Parameters
tenantId
string

Query Parameters
locationId
string

Use the `Get Time zones` API to fetch location IDs.

deviceGroupId
string

Use the `Get Minimal Details of Device Group` API to fetch device group IDs.

deviceTypeId
string

Use the `Get Device Types` API to fetch device type IDs.

state
string

Supported resource states: - active: Indicates managed devices - inactive: Indicates unmanaged devices - discovered: indicates all discovered devices - all: indicates the total device states including active, inactive and discovered

queryString
string

Responses

OK

[
  {
    "aliasName": "",
    "hostName": "SJ-Linux",
    "id": "ec9bbd29-b89f-4e6d-ac23-59b81c405cac",
    "ipAddress": "45.34.23.12",
    "name": "Linux Server",
    "resourceName": "",
    "resourceType": "Linux"
  },
  {
    "aliasName": "",
    "hostName": "",
    "id": "867a8316-8ec2-4e32-b3ec-ce8154856798",
    "ipAddress": "54.179.70.212",
    "name": "3e3cc106-aad5-4b32-9b3d-5079b8fbb2f5",
    "resourceName": "3e3cc106-aad5-4b32-9b3d-5079b8fbb2f5",
    "resourceType": "ROUTE_53"
  },
  {
    "aliasName": "",
    "hostName": "",
    "id": "5df106d1-bebd-4c14-befc-5ac07f5088f8",
    "ipAddress": "54.123.234.12",
    "name": "dc6446ee-9451-44ee-ae8f-8d1e4a0bb0ea",
    "resourceName": "dc6446ee-9451-44ee-ae8f-8d1e4a0bb0ea",
    "resourceType": "ROUTE_53"
  },
  {
    "aliasName": "",
    "hostName": "",
    "id": "0473052b-fed7-4f49-954f-fb22d82f9b52",
    "ipAddress": "172.26.105.126",
    "name": "vcenter",
    "resourceName": "",
    "resourceType": "CLOUD_PROVIDER"
  }
]