All URIs are relative to http://localhost:4567
| Method | HTTP request | Description |
|---|---|---|
| OperationsGet | Get /operations | All operations of Icarus |
| OperationsOperationIdGet | Get /operations/{operationId} | gets operation by its ID |
| OperationsPost | Post /operations | Submits an operation to this Sidecar |
[]Object OperationsGet(ctx, optional) All operations of Icarus
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *OperationsApiOperationsGetOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a OperationsApiOperationsGetOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| type_ | optional.Interface of []string | type of operations to filter on | |
| status | optional.Interface of []string | status of operations to filter on |
[]Object
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InlineResponse200 OperationsOperationIdGet(ctx, operationId) gets operation by its ID
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| operationId | string | ID of operation to return |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InlineResponse200 OperationsPost(ctx, optional) Submits an operation to this Sidecar
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *OperationsApiOperationsPostOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a OperationsApiOperationsPostOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| body | optional.Interface of Body |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]