2021-08-01 14:27:44 -07:00

7.9 KiB

Dashboard Entity

dashboard

https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json

Entity that represents a Dashboard

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none dashboard.json

Dashboard entity Type

object [Dashboard entity](dashboard.md)

Dashboard entity Properties

Property Type Required Nullable Defined by
id string Required cannot be null Common Type
name string Required cannot be null Dashboard entity
fullyQualifiedName string Optional cannot be null Dashboard entity
description string Optional cannot be null Dashboard entity
href string Optional cannot be null Common Type
owner object Optional cannot be null Common type
service object Required cannot be null Common type
usageSummary object Optional cannot be null Common type

id

Unique id used to identify an entity

id

  • is required
  • Type: string
  • cannot be null
  • defined in: Common Type

id Type

string

id Constraints

UUID: the string must be a UUID, according to RFC 4122

name

Name that identifies the this dashboard.

name

name Type

string

name Constraints

maximum length: the maximum number of characters for this string is: 64

minimum length: the minimum number of characters for this string is: 1

fullyQualifiedName

Unique name that identifies a dashboard in the format 'ServiceName.DashboardName'

fullyQualifiedName

fullyQualifiedName Type

string

fullyQualifiedName Constraints

maximum length: the maximum number of characters for this string is: 64

minimum length: the minimum number of characters for this string is: 1

description

Description of dashboard, what it is and how to use it.

description

description Type

string

href

Link to the resource corresponding to this entity

Link to the resource

href

  • is optional
  • Type: string
  • cannot be null
  • defined in: Common Type

href Type

string

href Constraints

URI: the string must be a URI, according to RFC 3986

owner

Owner of this dashboard

Entity reference that includes entity ID and entity type

owner

  • is optional
  • Type: object [Details](../types/common.md#common-definitions-entityreference)
  • cannot be null
  • defined in: Common type

owner Type

object [Details](../types/common.md#common-definitions-entityreference)

service

Link to service where this dashboard is hosted in

Entity reference that includes entity ID and entity type

service

  • is required
  • Type: object [Details](../types/common.md#common-definitions-entityreference)
  • cannot be null
  • defined in: Common type

service Type

object [Details](../types/common.md#common-definitions-entityreference)

usageSummary

Latest usage information for this database

Type used to return usage details

usageSummary

  • is optional
  • Type: object [Details](../types/common.md#common-definitions-usagedetails)
  • cannot be null
  • defined in: Common type

usageSummary Type

object [Details](../types/common.md#common-definitions-usagedetails)

dashboard-properties-description

https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json#/properties/description

Description of dashboard, what it is and how to use it.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none dashboard.json*

description Type

string

dashboard-properties-fullyqualifiedname

https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json#/properties/fullyQualifiedName

Unique name that identifies a dashboard in the format 'ServiceName.DashboardName'

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none dashboard.json*

fullyQualifiedName Type

string

fullyQualifiedName Constraints

maximum length: the maximum number of characters for this string is: 64

minimum length: the minimum number of characters for this string is: 1

dashboard-properties-name

https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json#/properties/name

Name that identifies the this dashboard.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none dashboard.json*

name Type

string

name Constraints

maximum length: the maximum number of characters for this string is: 64

minimum length: the minimum number of characters for this string is: 1