API enumerated values

Cloudera Data Visualization uses standard enumerated values in API requests and responses to represent object types, actions, and query states. This reference lists the supported values used by the Data and Admin APIs.

ComponentType

Component types identify the type of object referenced in an API request or response.

  • APP
  • DATASET
  • DATACONNECTION
  • USER
  • APPGROUP
  • CUSTOMSTYLE
  • CUSTOMCOLOR
  • SNAPSHOT
  • THUMBNAIL
  • STATICASSET
  • ROLE
  • CUSTOMEMAIL
  • CUSTOMDATERANGE
  • WORKSPACE
  • SEARCH
  • RAW_QUERY

ActionType

Action types identify operations performed on a component.

  • CREATE
  • READ
  • UPDATE
  • DELETE
  • UNKNOWN

QueryState

Query states indicate the status of a query operation.

  • STARTED
  • COMPLETE
  • QUEUED
  • CANCELED
  • ABANDONED