This lists the service instances available for a system
Example
aiware getAdminServiceInstances X-Correlation-Id:value serviceID=value serviceName=value offset=value limit=value isActive=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| serviceID | string | service ID | [optional] [default to null] |
| serviceName | string | service name | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| isActive | string | Filter by instance status | [optional] [default to null] |
Return type
GetAdminServiceInstancesResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json