Skip to content

Commit a03afb6

Browse files
committed
Outscale API 1.24.0
1 parent 0f8dbed commit a03afb6

1,109 files changed

Lines changed: 1161 additions & 1150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.osc-api-patches/outscale-yaml.patch

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/outscale.yaml b/outscale.yaml
2-
index bee31f9..48bb55e 100644
2+
index 8d912fe..17586a0 100644
33
--- a/outscale.yaml
44
+++ b/outscale.yaml
55
@@ -43,15 +43,15 @@ components:
@@ -76,9 +76,23 @@ index bee31f9..48bb55e 100644
7676
type: string
7777
type: object
7878
CreateAccessKeyResponse:
79+
@@ -2669,11 +2669,11 @@ components:
80+
type: array
81+
QueryDateAfter:
82+
description: The date after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value.
83+
- format: date
84+
+ format: date-time
85+
type: string
86+
QueryDateBefore:
87+
description: The date before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value.
88+
- format: date
89+
+ format: date-time
90+
type: string
91+
QueryIpAddresses:
92+
description: The IPs used for the logged calls.
7993
@@ -4024,7 +4024,7 @@ components:
8094
CreationDates:
81-
description: The dates and times at which the volumes were created.
95+
description: The dates and times of creation of the volumes.
8296
items:
8397
- format: date
8498
+ format: date-time
@@ -87,22 +101,13 @@ index bee31f9..48bb55e 100644
87101
LinkVolumeDeleteOnVmDeletion:
88102
@@ -4038,7 +4038,7 @@ components:
89103
LinkVolumeLinkDates:
90-
description: The dates and times at which the volumes were created.
104+
description: The dates and times of creation of the volumes.
91105
items:
92106
- format: date
93107
+ format: date-time
94108
type: string
95109
type: array
96110
LinkVolumeLinkStates:
97-
@@ -4256,7 +4256,7 @@ components:
98-
type: array
99-
CreationDate:
100-
description: The date and time at which the OMI was created.
101-
- format: date
102-
+ format: date-time
103-
type: string
104-
Description:
105-
description: The description of the OMI.
106111
@@ -4990,7 +4990,7 @@ components:
107112
type: string
108113
QueryDate:
@@ -160,7 +165,7 @@ index bee31f9..48bb55e 100644
160165
@@ -8172,7 +8172,7 @@ components:
161166
type: string
162167
CreationDate:
163-
description: The date and time at which the VM was created.
168+
description: The date and time of creation of the VM.
164169
- format: datetime
165170
+ format: date-time
166171
type: string

api_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.0
1+
1.24.0

docs/CreateCaRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**caPem** | **String** | The CA in PEM format. It must be a single-line string, containing literal line breaks (`\\n`). | |
10+
|**caPem** | **String** | The CA in PEM format.<br />With OSC CLI, use the following syntax to make sure your CA file is correctly parsed: `--CaPem="$(cat FILENAME)"`. | |
1111
|**description** | **String** | The description of the CA. | [optional] |
1212
|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] |
1313

docs/CreateServerCertificateRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**body** | **String** | The PEM-encoded X509 certificate. | |
11-
|**chain** | **String** | The PEM-encoded intermediate certification authorities. | [optional] |
10+
|**body** | **String** | The PEM-encoded X509 certificate.<br />With OSC CLI, use the following syntax to make sure your CA file is correctly parsed: `--CaPem="$(cat FILENAME)"`. | |
11+
|**chain** | **String** | The PEM-encoded intermediate certification authorities.<br />With OSC CLI, use the following syntax to make sure your CA file is correctly parsed: `--CaPem="$(cat FILENAME)"`. | [optional] |
1212
|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] |
1313
|**name** | **String** | A unique name for the certificate. Constraints: 1-128 alphanumeric characters, pluses (+), equals (=), commas (,), periods (.), at signs (@), minuses (-), or underscores (_). | |
1414
|**path** | **String** | The path to the server certificate, set to a slash (/) if not specified. | [optional] |
15-
|**privateKey** | **String** | The PEM-encoded private key matching the certificate. | |
15+
|**privateKey** | **String** | The PEM-encoded private key matching the certificate.<br />With OSC CLI, use the following syntax to make sure your CA file is correctly parsed: `--CaPem="$(cat FILENAME)"`. | |
1616

1717

1818

docs/FiltersApiLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ One or more filters.
1111
|**queryAccessKeys** | **List<String>** | The access keys used for the logged calls. | [optional] |
1212
|**queryApiNames** | **List<String>** | The names of the APIs of the logged calls (always `oapi` for the OUTSCALE API). | [optional] |
1313
|**queryCallNames** | **List<String>** | The names of the logged calls. | [optional] |
14-
|**queryDateAfter** | **LocalDate** | The date after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value. | [optional] |
15-
|**queryDateBefore** | **LocalDate** | The date before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value. | [optional] |
14+
|**queryDateAfter** | **OffsetDateTime** | The date after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value. | [optional] |
15+
|**queryDateBefore** | **OffsetDateTime** | The date before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value. | [optional] |
1616
|**queryIpAddresses** | **List<String>** | The IPs used for the logged calls. | [optional] |
1717
|**queryUserAgents** | **List<String>** | The user agents of the HTTP requests of the logged calls. | [optional] |
1818
|**requestIds** | **List<String>** | The request IDs provided in the responses of the logged calls. | [optional] |

docs/FiltersVolume.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ One or more filters.
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**creationDates** | **List<OffsetDateTime>** | The dates and times at which the volumes were created. | [optional] |
11+
|**creationDates** | **List<OffsetDateTime>** | The dates and times of creation of the volumes. | [optional] |
1212
|**linkVolumeDeleteOnVmDeletion** | **Boolean** | Whether the volumes are deleted or not when terminating the VMs. | [optional] |
1313
|**linkVolumeDeviceNames** | **List<String>** | The VM device names. | [optional] |
14-
|**linkVolumeLinkDates** | **List<OffsetDateTime>** | The dates and times at which the volumes were created. | [optional] |
14+
|**linkVolumeLinkDates** | **List<OffsetDateTime>** | The dates and times of creation of the volumes. | [optional] |
1515
|**linkVolumeLinkStates** | **List<String>** | The attachment states of the volumes (`attaching` \\| `detaching` \\| `attached` \\| `detached`). | [optional] |
1616
|**linkVolumeVmIds** | **List<String>** | One or more IDs of VMs. | [optional] |
1717
|**snapshotIds** | **List<String>** | The snapshots from which the volumes were created. | [optional] |

docs/Image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Information about the OMI.
1212
|**accountId** | **String** | The account ID of the owner of the OMI. | [optional] |
1313
|**architecture** | **String** | The architecture of the OMI (by default, `i386`). | [optional] |
1414
|**blockDeviceMappings** | [**List<BlockDeviceMappingImage>**](BlockDeviceMappingImage.md) | One or more block device mappings. | [optional] |
15-
|**creationDate** | **OffsetDateTime** | The date and time at which the OMI was created. | [optional] |
15+
|**creationDate** | **LocalDate** | The date and time of creation of the OMI. | [optional] |
1616
|**description** | **String** | The description of the OMI. | [optional] |
1717
|**fileLocation** | **String** | The location of the bucket where the OMI files are stored. | [optional] |
1818
|**imageId** | **String** | The ID of the OMI. | [optional] |

docs/ReadApiLogsRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] |
1111
|**filters** | [**FiltersApiLog**](FiltersApiLog.md) | | [optional] |
12-
|**nextPageToken** | **String** | The token to request the next page of results. | [optional] |
12+
|**nextPageToken** | **String** | The token to request the next page of results. Each token refers to a specific page. | [optional] |
1313
|**resultsPerPage** | **Integer** | The maximum number of logs returned in a single response (between `1`and `1000`, both included). By default, `100`. | [optional] |
1414
|**with** | [**With**](With.md) | | [optional] |
1515

docs/ReadApiLogsResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**logs** | [**List<Log>**](Log.md) | Information about one or more logs. | [optional] |
11-
|**nextPageToken** | **String** | The token to request the next page of results. | [optional] |
11+
|**nextPageToken** | **String** | The token to request the next page of results. Each token refers to a specific page. | [optional] |
1212
|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] |
1313

1414

docs/Vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Information about the VM.
1212
|**blockDeviceMappings** | [**List<BlockDeviceMappingCreated>**](BlockDeviceMappingCreated.md) | The block device mapping of the VM. | [optional] |
1313
|**bsuOptimized** | **Boolean** | This parameter is not available. It is present in our API for the sake of historical compatibility with AWS. | [optional] |
1414
|**clientToken** | **String** | The idempotency token provided when launching the VM. | [optional] |
15-
|**creationDate** | **OffsetDateTime** | The date and time at which the VM was created. | [optional] |
15+
|**creationDate** | **OffsetDateTime** | The date and time of creation of the VM. | [optional] |
1616
|**deletionProtection** | **Boolean** | If true, you cannot delete the VM unless you change this parameter back to false. | [optional] |
1717
|**hypervisor** | **String** | The hypervisor type of the VMs (`ovm` \\| `xen`). | [optional] |
1818
|**imageId** | **String** | The ID of the OMI used to create the VM. | [optional] |

0 commit comments

Comments
 (0)