Change filter specification
required | object |
required | Array of objects [ 1 .. 1000 ] items |
Instances along with which containers/views they are associated with
The response for a failed request.
{- "inspectionOperations": {
- "involvedViews": {
- "allVersions": false
}, - "involvedContainers": {
- "allVersions": false
}
}, - "items": [
- {
- "instanceType": "node",
- "externalId": "string",
- "space": "string"
}
]
}
{- "items": [
- {
- "instanceType": "node",
- "externalId": "string",
- "space": "string",
- "inspectionResults": {
- "involvedViews": [
- {
- "type": "view",
- "space": "string",
- "externalId": "string",
- "version": "string"
}
], - "involvedContainers": [
- {
- "type": "container",
- "space": "string",
- "externalId": "string"
}
]
}
}
]
}