You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: api/backups-api.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: api/clusters-api.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: api/logs-api.ts
+48-31Lines changed: 48 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Retrieves PostgreSQL logs based on the given parameters.
33
33
* @summary Get logs of your cluster
34
34
* @param {string} clusterId The unique ID of the cluster.
35
-
* @param {number} [limit] The maximal number of log lines to return.
36
-
* @param {string} [start] The start time for the query in RFC3339 format.
37
-
* @param {string} [end] The end time for the query in RFC3339 format.
35
+
* @param {string} [start] The start time for the query in RFC3339 format. Must not be more than 30 days ago but before the end parameter. The default is 30 days ago.
36
+
* @param {string} [end] The end time for the query in RFC3339 format. Must not be greater than now. The default is the current timestamp.
37
+
* @param {'BACKWARD' | 'FORWARD'} [direction] The direction in which to scan through the logs. The logs are returned in order of the direction.
38
+
* @param {number} [limit] The maximal number of log lines to return. If the limit is reached then log lines will be cut at the end (respecting the scan direction).
* Retrieves PostgreSQL logs based on the given parameters.
127
135
* @summary Get logs of your cluster
128
136
* @param {string} clusterId The unique ID of the cluster.
129
-
* @param {number} [limit] The maximal number of log lines to return.
130
-
* @param {string} [start] The start time for the query in RFC3339 format.
131
-
* @param {string} [end] The end time for the query in RFC3339 format.
137
+
* @param {string} [start] The start time for the query in RFC3339 format. Must not be more than 30 days ago but before the end parameter. The default is 30 days ago.
138
+
* @param {string} [end] The end time for the query in RFC3339 format. Must not be greater than now. The default is the current timestamp.
139
+
* @param {'BACKWARD' | 'FORWARD'} [direction] The direction in which to scan through the logs. The logs are returned in order of the direction.
140
+
* @param {number} [limit] The maximal number of log lines to return. If the limit is reached then log lines will be cut at the end (respecting the scan direction).
* Retrieves PostgreSQL logs based on the given parameters.
150
159
* @summary Get logs of your cluster
151
160
* @param {string} clusterId The unique ID of the cluster.
152
-
* @param {number} [limit] The maximal number of log lines to return.
153
-
* @param {string} [start] The start time for the query in RFC3339 format.
154
-
* @param {string} [end] The end time for the query in RFC3339 format.
161
+
* @param {string} [start] The start time for the query in RFC3339 format. Must not be more than 30 days ago but before the end parameter. The default is 30 days ago.
162
+
* @param {string} [end] The end time for the query in RFC3339 format. Must not be greater than now. The default is the current timestamp.
163
+
* @param {'BACKWARD' | 'FORWARD'} [direction] The direction in which to scan through the logs. The logs are returned in order of the direction.
164
+
* @param {number} [limit] The maximal number of log lines to return. If the limit is reached then log lines will be cut at the end (respecting the scan direction).
Copy file name to clipboardExpand all lines: api/metadata-api.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: api/restores-api.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: base.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: common.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: configuration.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* IONOS DBaaS REST API
5
5
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6
6
*
7
-
* The version of the OpenAPI document: 0.0.1
7
+
* The version of the OpenAPI document: 0.1.0
8
8
*
9
9
*
10
10
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: docs/api/LogsApi.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ const api_instance = new ionoscloud.LogsApi(config);
30
30
api_instance
31
31
.clusterLogsGet({
32
32
clusterId: clusterId_example,
33
-
limit:56,
34
33
start:2013-10-20T19:20:30+01:00,
35
-
end:2013-10-20T19:20:30+01:00,
34
+
end:2013-10-20T19:20:30+01:00,
35
+
direction: direction_example,
36
+
limit:56,
36
37
options: {}
37
38
})
38
39
.then((response) =>console.log(response.data))
@@ -44,9 +45,10 @@ api_instance
44
45
| Name | Type | Description | Notes |
45
46
| ---- | ---- | ----------- | ----- |
46
47
|**clusterId**|**string**| The unique ID of the cluster. |[default to undefined]|
47
-
|**limit**|**number**| The maximal number of log lines to return. |[optional][default to undefined]|
48
-
|**start**|**string**| The start time for the query in RFC3339 format. |[optional][default to undefined]|
49
-
|**end**|**string**| The end time for the query in RFC3339 format. |[optional][default to undefined]|
48
+
|**start**|**string**| The start time for the query in RFC3339 format. Must not be more than 30 days ago but before the end parameter. The default is 30 days ago. |[optional][default to undefined]|
49
+
|**end**|**string**| The end time for the query in RFC3339 format. Must not be greater than now. The default is the current timestamp. |[optional][default to undefined]|
50
+
|**direction**|**'BACKWARD'|'FORWARD'**| The direction in which to scan through the logs. The logs are returned in order of the direction. |[optional][default to 'BACKWARD']|
51
+
|**limit**|**number**| The maximal number of log lines to return. If the limit is reached then log lines will be cut at the end (respecting the scan direction). |[optional][default to 100]|
0 commit comments