Create Report Using POST
Generate (create) a Report using the specified Report Definition and for the specified Resource
The Report that needs to be generated
Show optional properties
{
"reportDefinitionId": "string",
"resourceId": "string"
}
{
"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.
The Generated 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.