Skip to main content

Get Subclient Id

Select

SaaS
Customer Managed

This operation returns Subclient Id or Instance ID of a database

For all Agent Names

Query Parameters
  • clientname string

    Name of the client

  • agent string

    Name of the Agent

  • backupset string

    Backupset Name

  • subclient string

    Subclient Name

Responses

OK


Schema
  • applicationId integer
  • clientName string
  • instanceId integer
  • clientId integer
  • instanceName string
  • _type_ integer
  • appName string
GET /getid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientname — query
agent — query
backupset — query
subclient — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/GetId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'