Skip to main content

Get Informix Instance ID

Select

SaaS
Customer Managed

Get Informix Instance ID using client name and instance name

Query Parameters
  • clientName string required

    Name of the client

  • agent string required

    Default value: Informix

    Informix

  • instanceName string required

    Name of the Informix Instance

Responses

OK


Schema
  • clientId integer
  • instanceName string

    Informix Instance name

  • appName string

    Default value: Informix

    Informix application name

  • applicationId integer

    Default value: 3

    Application ID

  • clientName string

    Client Name

  • instanceId integer

    Instance ID

  • _type_ integer
GET /getid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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