|
5 | 5 |
|
6 | 6 | This API provides endpoints for managing STACKIT Logs. |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 1beta.0.3 |
| 8 | + The version of the OpenAPI document: 1.0.0 |
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
10 | 10 |
|
11 | 11 | Do not edit the class manually. |
@@ -336,7 +336,7 @@ def _create_access_token_serialize( |
336 | 336 |
|
337 | 337 | return self.api_client.param_serialize( |
338 | 338 | method="POST", |
339 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens", |
| 339 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens", |
340 | 340 | path_params=_path_params, |
341 | 341 | query_params=_query_params, |
342 | 342 | header_params=_header_params, |
@@ -621,7 +621,7 @@ def _create_logs_instance_serialize( |
621 | 621 |
|
622 | 622 | return self.api_client.param_serialize( |
623 | 623 | method="POST", |
624 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances", |
| 624 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances", |
625 | 625 | path_params=_path_params, |
626 | 626 | query_params=_query_params, |
627 | 627 | header_params=_header_params, |
@@ -913,7 +913,7 @@ def _delete_access_token_serialize( |
913 | 913 |
|
914 | 914 | return self.api_client.param_serialize( |
915 | 915 | method="DELETE", |
916 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}", |
| 916 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}", |
917 | 917 | path_params=_path_params, |
918 | 918 | query_params=_query_params, |
919 | 919 | header_params=_header_params, |
@@ -1190,7 +1190,7 @@ def _delete_all_access_tokens_serialize( |
1190 | 1190 |
|
1191 | 1191 | return self.api_client.param_serialize( |
1192 | 1192 | method="DELETE", |
1193 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens", |
| 1193 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens", |
1194 | 1194 | path_params=_path_params, |
1195 | 1195 | query_params=_query_params, |
1196 | 1196 | header_params=_header_params, |
@@ -1467,7 +1467,7 @@ def _delete_all_expired_access_tokens_serialize( |
1467 | 1467 |
|
1468 | 1468 | return self.api_client.param_serialize( |
1469 | 1469 | method="DELETE", |
1470 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/expired", |
| 1470 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/expired", |
1471 | 1471 | path_params=_path_params, |
1472 | 1472 | query_params=_query_params, |
1473 | 1473 | header_params=_header_params, |
@@ -1744,7 +1744,7 @@ def _delete_logs_instance_serialize( |
1744 | 1744 |
|
1745 | 1745 | return self.api_client.param_serialize( |
1746 | 1746 | method="DELETE", |
1747 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}", |
| 1747 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}", |
1748 | 1748 | path_params=_path_params, |
1749 | 1749 | query_params=_query_params, |
1750 | 1750 | header_params=_header_params, |
@@ -2036,7 +2036,7 @@ def _get_access_token_serialize( |
2036 | 2036 |
|
2037 | 2037 | return self.api_client.param_serialize( |
2038 | 2038 | method="GET", |
2039 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}", |
| 2039 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}", |
2040 | 2040 | path_params=_path_params, |
2041 | 2041 | query_params=_query_params, |
2042 | 2042 | header_params=_header_params, |
@@ -2310,7 +2310,7 @@ def _get_logs_instance_serialize( |
2310 | 2310 |
|
2311 | 2311 | return self.api_client.param_serialize( |
2312 | 2312 | method="GET", |
2313 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}", |
| 2313 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}", |
2314 | 2314 | path_params=_path_params, |
2315 | 2315 | query_params=_query_params, |
2316 | 2316 | header_params=_header_params, |
@@ -2587,7 +2587,7 @@ def _list_access_tokens_serialize( |
2587 | 2587 |
|
2588 | 2588 | return self.api_client.param_serialize( |
2589 | 2589 | method="GET", |
2590 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens", |
| 2590 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens", |
2591 | 2591 | path_params=_path_params, |
2592 | 2592 | query_params=_query_params, |
2593 | 2593 | header_params=_header_params, |
@@ -2843,7 +2843,7 @@ def _list_logs_instances_serialize( |
2843 | 2843 |
|
2844 | 2844 | return self.api_client.param_serialize( |
2845 | 2845 | method="GET", |
2846 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances", |
| 2846 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances", |
2847 | 2847 | path_params=_path_params, |
2848 | 2848 | query_params=_query_params, |
2849 | 2849 | header_params=_header_params, |
@@ -3158,7 +3158,7 @@ def _update_access_token_serialize( |
3158 | 3158 |
|
3159 | 3159 | return self.api_client.param_serialize( |
3160 | 3160 | method="PUT", |
3161 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}", |
| 3161 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}", |
3162 | 3162 | path_params=_path_params, |
3163 | 3163 | query_params=_query_params, |
3164 | 3164 | header_params=_header_params, |
@@ -3458,7 +3458,7 @@ def _update_logs_instance_serialize( |
3458 | 3458 |
|
3459 | 3459 | return self.api_client.param_serialize( |
3460 | 3460 | method="PUT", |
3461 | | - resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}", |
| 3461 | + resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}", |
3462 | 3462 | path_params=_path_params, |
3463 | 3463 | query_params=_query_params, |
3464 | 3464 | header_params=_header_params, |
|
0 commit comments