Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OpsiDataObject

OPSI data object.

Properties

columnsMetadata

columnsMetadata: Array<DataObjectColumnMetadata>

Metadata of columns in a data object.

dataObjectType

dataObjectType: string

Optional description

description: undefined | string

Description of OPSI data object.

displayName

displayName: string

User-friendly name of OPSI data object.

Optional groupNames

groupNames: Array<string>

Names of all the groups to which the data object belongs to.

identifier

identifier: string

Unique identifier of OPSI data object.

Optional name

name: undefined | string

Name of the data object, which can be used in data object queries just like how view names are used in a query.

Optional supportedQueryParams

Supported query parameters by this OPSI data object that can be configured while a data object query involving this data object is executed.

Optional supportedQueryTimePeriod

supportedQueryTimePeriod: undefined | string

Time period supported by the data object for quering data. Time period is in ISO 8601 format with respect to current time. Default is last 30 days represented by P30D. Examples: P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months).

Functions

getDeserializedJsonObj

getJsonObj