Retrieve all Instances
Get all Instances for Tenant.
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
Query parameters
Filter by Infrastructure Provider ID. Deprecated: Instances will no longer be filtered by Infrastructure Provider; results are scoped to the org's Tenant. Use the siteId parameter to scope results to a specific Infrastructure Provider's Sites.
Filter by Site ID. Can be specified multiple times to filter on more than one site.
Filter by VPC ID. Can be specified multiple times to filter on more than one VPC.
Filter by instance type ID. Can be specified multiple times to filter on more than one instance type.
Filter by operating system ID. Can be specified multiple times to filter on more than one operating system.
Filter by machine ID. Can be specified multiple times to filter on more than one machine.
Filter by Instance name
Filter Instances by Status. Can be specified multiple times to filter on more than one status.
Filter by IP address. Can be specified multiple times to filter on more than one IP address.
Search for matches across all Instances. Input will be matched against name, description, status, and labels fields
Related entity to expand
Page number for pagination query
Page size for pagination query
Ordering for pagination query
Filter by Network Security Group ID. Can be specified multiple times to filter on more than one Network Security Group.
Response
OK
Example response
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "spark-monitor-1",
"description": "Node for monitoring Spark",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"infrastructureProviderId": "e94bcfda-f6cb-42e4-80ec-516811e5abbf",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
"instanceTypeId": "41e36058-8403-4086-a9b8-39cb5bc9cb98",
"vpcId": "5e28ad7c-5fb7-46d6-a28a-fc0ba6fdc4a3",
"machineId": "fm100ht4v4mce2qstjnl8970nnj3ie6ecek4mtjn27pea4kre5gsa49jg0g",
"operatingSystemId": "eaeb86ee-c435-444e-9e01-8346f67f194b",
"controllerInstanceId": null,
"ipxeScript": null,
"alwaysBootWithCustomIpxe": false,
"networkSecurityGroupId": "c602eb90-3039-11f0-997a-b38d4fc8389e",
"networkSecurityGroupPropagationDetails": {
"objectId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"detailedStatus": "Partial",
"status": "Synchronizing",
"details": "",
"unpropagatedInstanceIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"relatedInstanceIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
},
"networkSecurityGroupInherited": false,
"userData": null,
"labels": {
"region": "portland",
"env": "staging"
},
"isUpdatePending": false,
"serialConsoleUrl": "ssh://user@nico.acme.com",
"interfaces": [
{
"id": "64d2028c-ae87-4069-a624-66089d957ef9",
"instanceId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"subnetId": "1f232bf0-7b90-456e-b9b0-38d9fea4171a",
"isPhysical": true,
"virtualFunctionId": null,
"macAddress": null,
"ipAddresses": [],
"status": "Pending",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"infinibandInterfaces": [
{
"id": "c518a0e8-3f49-4a1a-8935-a6d3dee6911e",
"instanceId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"partitionId": "05ef7e84-1d4e-4e4d-980d-38589479a0fe",
"device": "MT2910 Family [ConnectX-7]",
"deviceInstance": 0,
"isPhysical": true,
"virtualFunctionId": null,
"guid": "946dae0300339498",
"status": "Ready",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"nvLinkInterfaces": [
{
"id": "fc19ab3f-1e52-4846-91bd-98743ff2752c",
"instanceId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"nvLinkLogicalPartitionId": "2f8676fd-d228-4db5-ac76-1cfc74f48a23",
"nvLinkDomainId": "59202b81-65fb-45ec-b3b8-91ab0ad3f34a",
"deviceInstance": 0,
"status": "Ready",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
},
{
"id": "fc19ab3f-1e52-4846-91bd-98743ff2752c",
"instanceId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"nvLinkLogicalPartitionId": "2f8676fd-d228-4db5-ac76-1cfc74f48a23",
"nvLinkDomainId": "59202b81-65fb-45ec-b3b8-91ab0ad3f34a",
"deviceInstance": 1,
"status": "Ready",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
},
{
"id": "fc19ab3f-1e52-4846-91bd-98743ff2752c",
"instanceId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"nvLinkLogicalPartitionId": "2f8676fd-d228-4db5-ac76-1cfc74f48a23",
"nvLinkDomainId": "59202b81-65fb-45ec-b3b8-91ab0ad3f34a",
"deviceInstance": 2,
"status": "Ready",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
},
{
"id": "fc19ab3f-1e52-4846-91bd-98743ff2752c",
"instanceId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"nvLinkLogicalPartitionId": "2f8676fd-d228-4db5-ac76-1cfc74f48a23",
"nvLinkDomainId": "59202b81-65fb-45ec-b3b8-91ab0ad3f34a",
"deviceInstance": 3,
"status": "Ready",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"dpuExtensionServiceDeployments": [],
"sshKeyGroupIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"sshKeyGroups": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "reno-integration-sre",
"description": "SRE access SSH keys for Reno Integration",
"version": "fbc692b61ffef6fbfc38a3833f6b7e7ae508da75",
"status": "Syncing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"tpmEkCertificate": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUMxVENDQWJ5Z0F3SUJBZ0lVTEE1ZHFPK1E5OXZQM3VYRTRKcjBncVRtOW93d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0xqRUxNQWtHQTFVRUJoTUNWVk14RXpBUkJnTlZCQW9NQ2s1MmFXUnBZU0JEYjNKNw==",
"status": "Pending",
"statusHistory": [
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
]