Get minimal details of resource types
This endpoint is used to fetch minimal details of resource types.
URL
GET https://{api-url}/api/v2/tenants/{tenantId}/resourceType/minimal
Sample URLs
https://{api-url}/api/v2/tenants/client_4/resourceType/minimal
Sample response
[{
"id": 213,
"name": "CLOUD_PROVIDER",
"path": "Cloud Provider"
},
{
"id": 1,
"name": "Work Station",
"path": "Desktop >> Work Station"
},
{
"id": 59,
"name": "Android",
"path": "Mobile >> Android"
},
{
"id": 406,
"name": "OOB_INTERFACE",
"path": "OOB Interface"
},
{
"id": 100,
"name": "Other",
"path": "Other"
},
{
"id": 3,
"name": "Server",
"path": "Server"
},
{
"id": 110,
"name": "AIX",
"path": "Server >> AIX "
},
{
"id": 12,
"name": "Linux",
"path": "Server >> Linux"
},
{
"id": 11,
"name": "Windows",
"path": "Server >> Windows"
},
{
"id": 37,
"name": "OpsRamp Gateway",
"path": "OpsRamp Gateway"
},
{
"id": 227,
"name": "EBS",
"path": "Volume"
}
]