RequestApi
All URIs are relative to https://api.ionos.com/cloudapi/v5
Method | HTTP request | Description |
---|---|---|
Get /requests/{requestId} | Retrieve a Request | |
Get /requests | List Requests | |
Get /requests/{requestId}/status | Retrieve Request Status |
RequestsFindById
Retrieve a Request
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
requestId | string |
Other Parameters
Other parameters are passed through a pointer to a apiRequestsFindByIdRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
pretty | bool | Controls whether response is pretty-printed (with indentation and new lines) | [default to true] |
depth | int32 | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on | [default to 0] |
xContractNumber | int32 | Users having more than 1 contract need to provide contract number, against which all API requests should be executed |
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
RequestsGet
List Requests
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiRequestsGetRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
pretty | bool | Controls whether response is pretty-printed (with indentation and new lines) | [default to true] |
depth | int32 | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on | [default to 0] |
xContractNumber | int32 | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | |
filterStatus | string | Request filter to fetch all requests based on a particular status [QUEUED, RUNNING, DONE, FAILED]. It doesn't depend on depth query parameter | |
filterCreatedAfter | string | Request filter to fetch all requests created after the specified date. It doesn't depend on depth query parameter. Date format e.g. 2021-01-01+00:00:00 | |
filterCreatedBefore | string | Request filter to fetch all requests created before the specified date. It doesn't depend on depth query parameter. Date format e.g. 2021-01-01+00:00:00 | |
filterCreatedDate | string | Response filter to select and display only the requests that contains the specified createdDate. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. Date format e.g. 2020-11-16T17:42:59Z | |
filterCreatedBy | string | Response filter to select and display only the requests that contains the specified createdBy. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
filterEtag | string | Response filter to select and display only the requests that contains the specified etag. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
filterRequestStatus | string | Response filter to select and display only the requests that contains the specified requestStatus. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
filterMethod | string | Response filter to select and display only the requests that contains the specified method. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
filterHeaders | string | Response filter to select and display only the requests that contains the specified headers. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
filterBody | string | Response filter to select and display only the requests that contains the specified body. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
filterUrl | string | Response filter to select and display only the requests that contains the specified url. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. | |
offset | int32 | the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination) | [default to 0] |
limit | int32 | the maximum number of elements to return (use together with <code>offset</code> for pagination) | [default to 1000] |
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
RequestsStatusGet
Retrieve Request Status
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
requestId | string |
Other Parameters
Other parameters are passed through a pointer to a apiRequestsStatusGetRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
pretty | bool | Controls whether response is pretty-printed (with indentation and new lines) | [default to true] |
depth | int32 | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on | [default to 0] |
xContractNumber | int32 | Users having more than 1 contract need to provide contract number, against which all API requests should be executed |
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated