APIGatewaysApi
All URIs are relative to https://apigateway.de-txl.ionos.com
Method | HTTP request | Description |
---|---|---|
Delete /gateways/{apigatewayId} | Delete Gateway | |
Get /gateways/{apigatewayId} | Retrieve Gateway | |
Get /gateways | Retrieve all Apigateways | |
Post /gateways | Create Gateway | |
Put /gateways/{apigatewayId} | Ensure Gateway |
ApigatewaysDelete
Delete Gateway
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
apigatewayId | string | The ID (UUID) of the Gateway. |
Other Parameters
Other parameters are passed through a pointer to an apiApigatewaysDeleteRequest struct via the builder pattern
Return type
(empty response body)
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "APIGatewaysApiService.ApigatewaysDelete"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ApigatewaysFindById
Retrieve Gateway
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
apigatewayId | string | The ID (UUID) of the Gateway. |
Other Parameters
Other parameters are passed through a pointer to an apiApigatewaysFindByIdRequest struct via the builder pattern
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "APIGatewaysApiService.ApigatewaysFindById"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ApigatewaysGet
Retrieve all Apigateways
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to an apiApigatewaysGetRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
offset | int32 | The first element (of the total list of elements) to include in the response. Use together with limit for pagination. | [default to 0] |
limit | int32 | The maximum number of elements to return. Use together with offset for pagination. | [default to 100] |
orderBy | string | The field to order the results by. If not provided, the results will be ordered by the default field. | [default to "-createdDate"] |
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "APIGatewaysApiService.ApigatewaysGet"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ApigatewaysPost
Create Gateway
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to an apiApigatewaysPostRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
gatewayCreate | Gateway to create. |
Return type
HTTP request headers
Content-Type: application/json
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "APIGatewaysApiService.ApigatewaysPost"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ApigatewaysPut
Ensure Gateway
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
apigatewayId | string | The ID (UUID) of the Gateway. |
Other Parameters
Other parameters are passed through a pointer to an apiApigatewaysPutRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
gatewayEnsure | update Gateway |
Return type
HTTP request headers
Content-Type: application/json
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "APIGatewaysApiService.ApigatewaysPut"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
Last updated