getInstanceNeighbors
Get Instance neighbors
GET /instances/{instance-id}/neighbors HTTP/1.1Parameters
{}Response Schema
{
"type": "object",
"properties": {
"neighbors": {
"type": "array",
"description": "An array of [Instance ids](#operation/list-instances) in the same location as this Instance.",
"items": {
"type": "string"
}
}
}
}