Skip to main content

Fetch Sybase Instance ID or Subclient ID

This operation Fetches the subclient id for a Sybase Instance

Query Parameters
  • clientName string required

    Name of the client

  • agent string required

    Name of the Agent (Sybase)

  • instanceName string required

    Name of the instance

  • subclient string required

    Name of the Subclient (Only required if subclient ID is to be fetched)

Responses

OK


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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