GetAdminServicesResponse GetServices(ctx, optional)
This lists the services available on the system
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetServicesOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetServicesOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| serviceID | optional.String | service ID | |
| internalApplicationID | optional.Interface of string | Internal ID of Application | |
| offset | optional.Int64 | the number of data to skip before getting the result set | |
| limit | optional.Int64 | the number of items to return. | [default to 10] |
| tags | optional.String | Filter by tags | |
| name | optional.String | Filter by name | |
Return type
GetAdminServicesResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json