Which containers to inspect and the inspection operations to run.
required | object |
required | Array of objects [ 1 .. 10 ] items |
Containers along with the results of the inspection operations
The response for a failed request.
{- "inspectionOperations": {
- "involvedViews": {
- "allVersions": false
}, - "totalInvolvedViewCount": {
- "allVersions": false,
- "includeUnavailableViews": true
}
}, - "items": [
- {
- "space": "string",
- "externalId": "string"
}
]
}
{- "items": [
- {
- "externalId": "string",
- "space": "string",
- "inspectionResults": {
- "involvedViewCount": 0,
- "involvedViews": [
- {
- "type": "view",
- "space": "string",
- "externalId": "string",
- "version": "string"
}
]
}
}
]
}