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
{
"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.
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.