Get Informix Instance ID
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
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Get Instance I D
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
{
"clientId": 0,
"instanceName": "string",
"appName": "Informix",
"applicationId": 3,
"clientName": "string",
"instanceId": 0,
"_type_": 0
}
{
"clientId": 7,
"instanceName": "ol_informix1210_1",
"appName": "Informix",
"applicationId": 3,
"clientName": "ifxauto2",
"instanceId": 4175,
"_type_": 5
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Not Found
Response Headers
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "No client/instance is specified",
"errorCode": 4
}
Loading...