Skip to main content

Get Eligible Plans

This API returns a list of eligible plans that can be associated with an entity based on the provided filters.

Request Params

NameDescription
clientId

The ID of the client whose eligible plans are to be retrieved

backupSetId

The ID of the backupset whose eligible plans are to be retrieved

appId

The application ID whose eligible plans are to be retrieved.

subclientId

The ID of the subclient whose eligible plans are to be retrieved.

Response will contain a list of plan objects that are eligible to be associated with the specified params
Query Parameters
  • clientId string
  • appId string
  • subclientId string
Responses

OK


Schema
  • plans object[]
  • numCopies integer
  • description string
  • type integer
  • numDevices integer
  • subtype integer
  • isElastic boolean
  • numAssocEntities integer
  • restrictions integer
  • numCompanies integer
  • planStatusFlag integer
  • rpoInMinutes integer
  • numUsers integer
  • permissions object[]
  • permissionId integer
  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • plan object
  • planSubtype integer
  • _type_ integer
  • planType integer
  • planSummary string
  • planName string
  • planId integer
  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • planOwner object
  • _type_ integer
  • userName string
  • userId integer
  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
GET /v2/plan/eligible    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — query
appId — query
subclientId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V2/Plan/Eligible' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'