Skip to main content

GetBigDataList

This endpoint is used to return the list of big data apps.

Responses

Success


Schema
  • bigDataAppCount int32

    This returns the total number of big data apps.

  • bigDataApps object[]

    This returns the big data app list.

  • id int32

    This gives the id of the big data app.

  • name string

    This give the name of the big data app.

  • displayName string

    This gives the name of the big data app as it shown on the admin console or GUI.

  • GUID string

    This returns the Globally Unique Identifier of the big data app.

  • configured boolean

    This returns if the big data app is configured or deconfigured.

  • applicationId int32

    This gives the application id of the big data app.

  • clusterType string

    This returns the clusterType of the big data app

  • lastBackup object
  • jobId int32

    Returns the job id of the last backup job performed.

  • status string

    Possible values: [NEVER_BACKED_UP, COMPLETED, FAILED, COMPLETED_WITH_ERRORS, KILLED, SUSPENDED, INTERRUPTED, ANY_STATUS, SKIPPED, FAILED_TO_START, SYNCHRONIZED, NOT_SYNCHRONIZED, NOT_ATTEMPTED, STARTED, COMPLETED_WITH_WARNINGS, SYSTEM_FAILED, COMMITTED]

    Status of the last backup job performed.

  • time int64

    Shows the time when the last back up job was carried out. The time is provided in unix time format.

  • failureReason string

    Gives the reason for the last backup job failing, if the last backup job fails.

  • applicationSize int32

    Provides the application size of the big data app. It is provided in bytes.

  • plan object
  • id int32
  • name string
  • instance object
  • id int32
  • name string
  • SLA object
  • status string

    Possible values: [MET_SLA, MISSED_SLA, EXCLUDED_SLA, YET_TO_BE_PROTECTED, MIGHT_MISS_SLA, UNKNOWN]

    Provides the SLA status.

  • reasonList object[]

    Provides a reason on why the SLA might not be met.

  • mightMissReason string

    Gives the reason as to why the SLA might not be met.

  • subclient object
  • id int32
  • name string
  • company object
  • id int32
  • name string
Loading...