This lists the services available on the system
Example
aiware getServices X-Correlation-Id:value serviceID=value internalApplicationID=value offset=value limit=value tags=value name=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] |
| internalApplicationID | string | Internal ID of Application | [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] |
| tags | string | Filter by tags | [optional] [default to null] |
| name | string | Filter by name | [optional] [default to null] |
Return type
GetAdminServicesResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json