report-definition

report-definition
report-definition

Model to represent a Report Definition

JSON Example
{
    "active": false,
    "creationTime": "string",
    "description": "string",
    "id": "string",
    "lastRunTime": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "name": "string",
    "owner": "string",
    "subject": [
        "string"
    ],
    "traversal-specs": {
        "specs": [
            {
                "adapterInstanceAssociation": false,
                "description": "string",
                "name": "string",
                "rootAdapterKindKey": "string",
                "rootResourceKindKey": "string"
            }
        ]
    }
}
boolean
active
Optional

Whether the Report Definition is Active or not.

string As date-time As date-time
creationTime
Required

Creation time of the Report Definition

string
description
Optional

Description of the Report Definition

string
id
Required

Identifier of the Report Definition. This is system generated and uniquely identifies a Report Definition in the system.

string As date-time As date-time
lastRunTime
Optional

Last Run time of the Report Definition

array of link
links
Optional

links

string
name
Required

Name of the Report Definition

string
owner
Optional

Owner of the Report Definition

array of string
subject
Required

Subjects of the Report Definition

traversal-specs
Optional

traversal-specs