report

report
report

Model representing a Report

JSON Example
{
    "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"
    }
}
string
completionTime
Optional

Time when the Report Generation completed.

string
description
Optional

Description of the Report.

string
id
Optional

Identifier of the Report.

array of link
links
Optional

links

string
name
Optional

Name of the Report.

string
owner
Optional

Owner (user) who created/executed the Report Generation.

string As uuid As uuid
reportDefinitionId
Required

Identifier of the Report Definition used to generate this Report.

string As uuid As uuid
resourceId
Required

Resource identifier for which the Report needs to be generated.

string
status
Optional

Status of Report Generation - whether the Report got generated successfully or not.

array of string
subject
Optional

Subjects of the Report.

traversalSpec
Optional

Represents traversal specs. These are templates in the system using which admins can assign specific set of resources to their users.