Skip to main content

List Object Storage Instances

Select

SaaS

This API returns the list of all Object Storage instances.

Responses

OK


Schema
  • instances object[]
  • id integer

    id of the instance

  • name string

    name of the instance

  • client object
  • id integer

    client id

  • name string

    client name

  • vendor string
  • instanceType string
  • lastBackup object

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

  • time integer
  • applicationSize integer

    Gives the application size of the instance. It is returned in bytes.

  • plan object
  • id integer

    associated plan id

  • name string

    associated plan name

  • SLAStatus string

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

    Provides the SLA status

  • company object
  • id integer

    company id to which instance belongs to

  • name string

    company name to which instance belongs to

GET /v4/objectstorage/instance    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'