report-definition
report-definition
Model to represent a Report Definition
JSON Example
{
"id": "string",
"name": "string",
"description": "string",
"subject": [
"string"
],
"traversal-specs": {
"specs": [
{
"name": "string",
"description": "string",
"rootAdapterKindKey": "string",
"rootResourceKindKey": "string",
"adapterInstanceAssociation": false
}
]
},
"creationTime": 0,
"lastRunTime": 0,
"active": false,
"owner": "string",
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
string
id
Required
Identifier of the Report Definition.
This is system generated and uniquely identifies a Report Definition in the system.
string
name
Required
Name of the Report Definition
string
description
Optional
Description of the Report Definition
array of
string
subject
Required
Subjects of the Report Definition
integer As int64
As int64
creationTime
Required
Creation time of the Report Definition
integer As int64
As int64
lastRunTime
Optional
Last Run time of the Report Definition
boolean
active
Optional
Whether the Report Definition is Active or not.
string
owner
Optional
Owner of the Report Definition