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: .osc-api-patches/outscale-yaml.patch
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
diff --git a/outscale.yaml b/outscale.yaml
2
-
index bee31f9..48bb55e 100644
2
+
index 8d912fe..17586a0 100644
3
3
--- a/outscale.yaml
4
4
+++ b/outscale.yaml
5
5
@@ -43,15 +43,15 @@ components:
@@ -76,9 +76,23 @@ index bee31f9..48bb55e 100644
76
76
type: string
77
77
type: object
78
78
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.
79
93
@@ -4024,7 +4024,7 @@ components:
80
94
CreationDates:
81
-
description: The dates and times at which the volumes were created.
95
+
description: The dates and times of creation of the volumes.
82
96
items:
83
97
- format: date
84
98
+ format: date-time
@@ -87,22 +101,13 @@ index bee31f9..48bb55e 100644
87
101
LinkVolumeDeleteOnVmDeletion:
88
102
@@ -4038,7 +4038,7 @@ components:
89
103
LinkVolumeLinkDates:
90
-
description: The dates and times at which the volumes were created.
104
+
description: The dates and times of creation of the volumes.
91
105
items:
92
106
- format: date
93
107
+ format: date-time
94
108
type: string
95
109
type: array
96
110
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.
106
111
@@ -4990,7 +4990,7 @@ components:
107
112
type: string
108
113
QueryDate:
@@ -160,7 +165,7 @@ index bee31f9..48bb55e 100644
160
165
@@ -8172,7 +8172,7 @@ components:
161
166
type: string
162
167
CreationDate:
163
-
description: The date and time at which the VM was created.
168
+
description: The date and time of creation of the VM.
|**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=&quot;$(cat FILENAME)&quot;`. ||
11
11
|**description**|**String**| The description of the CA. |[optional]|
12
12
|**dryRun**|**Boolean**| If true, checks whether you have the required permissions to perform the action. |[optional]|
|**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=&quot;$(cat FILENAME)&quot;`.||
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=&quot;$(cat FILENAME)&quot;`.|[optional]|
12
12
|**dryRun**|**Boolean**| If true, checks whether you have the required permissions to perform the action. |[optional]|
13
13
|**name**|**String**| A unique name for the certificate. Constraints: 1-128 alphanumeric characters, pluses (+), equals (=), commas (,), periods (.), at signs (@), minuses (-), or underscores (_). ||
14
14
|**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=&quot;$(cat FILENAME)&quot;`.||
Copy file name to clipboardExpand all lines: docs/FiltersApiLog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ One or more filters.
11
11
|**queryAccessKeys**|**List<String>**| The access keys used for the logged calls. |[optional]|
12
12
|**queryApiNames**|**List<String>**| The names of the APIs of the logged calls (always `oapi` for the OUTSCALE API). |[optional]|
13
13
|**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]|
16
16
|**queryIpAddresses**|**List<String>**| The IPs used for the logged calls. |[optional]|
17
17
|**queryUserAgents**|**List<String>**| The user agents of the HTTP requests of the logged calls. |[optional]|
18
18
|**requestIds**|**List<String>**| The request IDs provided in the responses of the logged calls. |[optional]|
|**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]|
12
12
|**linkVolumeDeleteOnVmDeletion**|**Boolean**| Whether the volumes are deleted or not when terminating the VMs. |[optional]|
13
13
|**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]|
15
15
|**linkVolumeLinkStates**|**List<String>**| The attachment states of the volumes (`attaching`\\|`detaching`\\|`attached`\\|`detached`). |[optional]|
16
16
|**linkVolumeVmIds**|**List<String>**| One or more IDs of VMs. |[optional]|
17
17
|**snapshotIds**|**List<String>**| The snapshots from which the volumes were created. |[optional]|
|**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]|
13
13
|**resultsPerPage**|**Integer**| The maximum number of logs returned in a single response (between `1`and `1000`, both included). By default, `100`. |[optional]|
Copy file name to clipboardExpand all lines: docs/Vm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Information about the VM.
12
12
|**blockDeviceMappings**|[**List<BlockDeviceMappingCreated>**](BlockDeviceMappingCreated.md)| The block device mapping of the VM. |[optional]|
13
13
|**bsuOptimized**|**Boolean**| This parameter is not available. It is present in our API for the sake of historical compatibility with AWS. |[optional]|
14
14
|**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]|
16
16
|**deletionProtection**|**Boolean**| If true, you cannot delete the VM unless you change this parameter back to false. |[optional]|
17
17
|**hypervisor**|**String**| The hypervisor type of the VMs (`ovm`\\|`xen`). |[optional]|
18
18
|**imageId**|**String**| The ID of the OMI used to create the VM. |[optional]|
0 commit comments