report
Model representing a Report
{
"completionTime": "string",
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"owner": "string",
"reportDefinitionId": "string",
"resourceId": "string",
"status": "string",
"subject": [
"string"
],
"traversalSpec": {
"adapterInstanceAssociation": false,
"description": "string",
"name": "string",
"rootAdapterKindKey": "string",
"rootResourceKindKey": "string"
}
}
Time when the Report Generation completed.
Description of the Report.
Identifier of the Report.
Name of the Report.
Owner (user) who created/executed the Report Generation.
Identifier of the Report Definition used to generate this Report.
Resource identifier for which the Report needs to be generated.
Status of Report Generation - whether the Report got generated successfully or not.
Subjects of the Report.
Represents traversal specs. These are templates in the system using which admins can assign specific set of resources to their users.