autosde_openapi_client 1.0.0 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +143 -117
- data/autosde_openapi_client.gemspec +4 -5
- data/docs/AbstractCapability.md +11 -10
- data/docs/AbstractCapabilityApi.md +122 -50
- data/docs/Account.md +13 -12
- data/docs/AccountApi.md +155 -65
- data/docs/AccountPostRequest.md +11 -10
- data/docs/AccountPostResponse.md +15 -14
- data/docs/Address.md +23 -22
- data/docs/AddressApi.md +122 -50
- data/docs/AddressCreate.md +23 -22
- data/docs/AuthResponse.md +9 -8
- data/docs/Authentication.md +11 -10
- data/docs/AuthenticationApi.md +33 -16
- data/docs/AutoSDEProject.md +47 -46
- data/docs/AutoSDEProjectApi.md +122 -50
- data/docs/AutoSDERole.md +11 -10
- data/docs/AutoSDERoleApi.md +122 -50
- data/docs/CapabilityTranslation.md +27 -26
- data/docs/CapabilityTranslationApi.md +122 -50
- data/docs/CapabilityTranslationCreate.md +23 -22
- data/docs/Host.md +21 -20
- data/docs/HostApi.md +122 -50
- data/docs/HostCreate.md +31 -30
- data/docs/HostVolumeConnection.md +15 -14
- data/docs/HostVolumeConnectionApi.md +122 -50
- data/docs/HostVolumeConnectionCreate.md +13 -12
- data/docs/Job.md +30 -0
- data/docs/JobApi.md +140 -0
- data/docs/JobCreate.md +20 -0
- data/docs/NativeCapability.md +15 -14
- data/docs/NativeCapabilityApi.md +122 -50
- data/docs/Profile.md +17 -16
- data/docs/ProfileApi.md +122 -50
- data/docs/ProvisioningStrategy.md +11 -10
- data/docs/ProvisioningStrategyApi.md +122 -50
- data/docs/Service.md +27 -26
- data/docs/ServiceAbstractCapabilityValue.md +13 -12
- data/docs/ServiceApi.md +155 -65
- data/docs/ServiceCreate.md +25 -24
- data/docs/ServiceResourceAttachment.md +15 -14
- data/docs/ServiceResourceAttachmentApi.md +122 -50
- data/docs/Snapshot.md +26 -0
- data/docs/SnapshotApi.md +276 -0
- data/docs/SnapshotCreate.md +24 -0
- data/docs/StorageHost.md +30 -0
- data/docs/StorageHostApi.md +346 -0
- data/docs/StorageHostCreate.md +38 -0
- data/docs/StorageHostResponse.md +32 -0
- data/docs/StorageHostUpdate.md +22 -0
- data/docs/StorageHostVolumeMapping.md +26 -0
- data/docs/StorageHostVolumeMappingApi.md +276 -0
- data/docs/StorageHostVolumeMappingCreate.md +24 -0
- data/docs/StorageHostVolumeMappingResponse.md +26 -0
- data/docs/StorageResource.md +25 -24
- data/docs/StorageResourceApi.md +155 -65
- data/docs/StorageResourceCreate.md +23 -22
- data/docs/StorageResourceResponse.md +25 -24
- data/docs/StorageSystem.md +21 -20
- data/docs/StorageSystemApi.md +122 -50
- data/docs/StorageSystemCreate.md +41 -40
- data/docs/SystemType.md +17 -16
- data/docs/SystemTypeApi.md +122 -50
- data/docs/SystemTypeCreate.md +19 -18
- data/docs/Volume.md +25 -22
- data/docs/VolumeApi.md +155 -65
- data/docs/VolumeCreate.md +21 -18
- data/docs/VolumeResponse.md +25 -22
- data/docs/VolumeSafeDelete.md +13 -12
- data/docs/VolumeSafeDeleteApi.md +122 -50
- data/docs/VolumeSafeDeleteCreate.md +9 -8
- data/docs/VolumeUpdate.md +11 -8
- data/lib/autosde_openapi_client.rb +18 -3
- data/lib/autosde_openapi_client/api/abstract_capability_api.rb +20 -16
- data/lib/autosde_openapi_client/api/account_api.rb +26 -21
- data/lib/autosde_openapi_client/api/address_api.rb +20 -16
- data/lib/autosde_openapi_client/api/authentication_api.rb +6 -5
- data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +20 -16
- data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +20 -16
- data/lib/autosde_openapi_client/api/capability_translation_api.rb +20 -16
- data/lib/autosde_openapi_client/api/host_api.rb +20 -16
- data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +20 -16
- data/lib/autosde_openapi_client/api/job_api.rb +136 -0
- data/lib/autosde_openapi_client/api/native_capability_api.rb +20 -16
- data/lib/autosde_openapi_client/api/profile_api.rb +20 -16
- data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +20 -16
- data/lib/autosde_openapi_client/api/service_api.rb +26 -21
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +20 -16
- data/lib/autosde_openapi_client/api/snapshot_api.rb +254 -0
- data/lib/autosde_openapi_client/api/storage_host_api.rb +321 -0
- data/lib/autosde_openapi_client/api/storage_host_volume_mapping_api.rb +254 -0
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +26 -21
- data/lib/autosde_openapi_client/api/storage_system_api.rb +20 -16
- data/lib/autosde_openapi_client/api/system_type_api.rb +20 -16
- data/lib/autosde_openapi_client/api/volume_api.rb +26 -21
- data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +20 -16
- data/lib/autosde_openapi_client/api_client.rb +50 -48
- data/lib/autosde_openapi_client/api_error.rb +2 -2
- data/lib/autosde_openapi_client/configuration.rb +35 -8
- data/lib/autosde_openapi_client/models/abstract_capability.rb +22 -10
- data/lib/autosde_openapi_client/models/account.rb +22 -10
- data/lib/autosde_openapi_client/models/account_post_request.rb +22 -10
- data/lib/autosde_openapi_client/models/account_post_response.rb +22 -10
- data/lib/autosde_openapi_client/models/address.rb +22 -10
- data/lib/autosde_openapi_client/models/address_create.rb +22 -10
- data/lib/autosde_openapi_client/models/auth_response.rb +22 -10
- data/lib/autosde_openapi_client/models/authentication.rb +22 -10
- data/lib/autosde_openapi_client/models/auto_sde_project.rb +22 -10
- data/lib/autosde_openapi_client/models/auto_sde_role.rb +22 -10
- data/lib/autosde_openapi_client/models/capability_translation.rb +22 -10
- data/lib/autosde_openapi_client/models/capability_translation_create.rb +22 -10
- data/lib/autosde_openapi_client/models/host.rb +22 -10
- data/lib/autosde_openapi_client/models/host_create.rb +22 -10
- data/lib/autosde_openapi_client/models/host_volume_connection.rb +22 -10
- data/lib/autosde_openapi_client/models/host_volume_connection_create.rb +22 -10
- data/lib/autosde_openapi_client/models/job.rb +280 -0
- data/lib/autosde_openapi_client/models/job_create.rb +230 -0
- data/lib/autosde_openapi_client/models/native_capability.rb +22 -10
- data/lib/autosde_openapi_client/models/profile.rb +22 -10
- data/lib/autosde_openapi_client/models/provisioning_strategy.rb +22 -10
- data/lib/autosde_openapi_client/models/service.rb +22 -10
- data/lib/autosde_openapi_client/models/service_abstract_capability_value.rb +22 -10
- data/lib/autosde_openapi_client/models/service_create.rb +22 -10
- data/lib/autosde_openapi_client/models/service_resource_attachment.rb +22 -10
- data/lib/autosde_openapi_client/models/snapshot.rb +298 -0
- data/lib/autosde_openapi_client/models/snapshot_create.rb +288 -0
- data/lib/autosde_openapi_client/models/storage_host.rb +317 -0
- data/lib/autosde_openapi_client/models/storage_host_create.rb +368 -0
- data/lib/autosde_openapi_client/models/storage_host_response.rb +333 -0
- data/lib/autosde_openapi_client/models/storage_host_update.rb +301 -0
- data/lib/autosde_openapi_client/models/storage_host_volume_mapping.rb +299 -0
- data/lib/autosde_openapi_client/models/storage_host_volume_mapping_create.rb +291 -0
- data/lib/autosde_openapi_client/models/storage_host_volume_mapping_response.rb +301 -0
- data/lib/autosde_openapi_client/models/storage_resource.rb +22 -10
- data/lib/autosde_openapi_client/models/storage_resource_create.rb +22 -10
- data/lib/autosde_openapi_client/models/storage_resource_response.rb +22 -10
- data/lib/autosde_openapi_client/models/storage_system.rb +22 -10
- data/lib/autosde_openapi_client/models/storage_system_create.rb +22 -10
- data/lib/autosde_openapi_client/models/system_type.rb +22 -10
- data/lib/autosde_openapi_client/models/system_type_create.rb +22 -10
- data/lib/autosde_openapi_client/models/volume.rb +33 -11
- data/lib/autosde_openapi_client/models/volume_create.rb +33 -11
- data/lib/autosde_openapi_client/models/volume_response.rb +33 -11
- data/lib/autosde_openapi_client/models/volume_safe_delete.rb +22 -10
- data/lib/autosde_openapi_client/models/volume_safe_delete_create.rb +22 -10
- data/lib/autosde_openapi_client/models/volume_update.rb +35 -11
- data/lib/autosde_openapi_client/version.rb +4 -4
- data/spec/api/abstract_capability_api_spec.rb +2 -2
- data/spec/api/account_api_spec.rb +3 -3
- data/spec/api/address_api_spec.rb +2 -2
- data/spec/api/authentication_api_spec.rb +1 -1
- data/spec/api/auto_sde_project_api_spec.rb +2 -2
- data/spec/api/auto_sde_role_api_spec.rb +2 -2
- data/spec/api/capability_translation_api_spec.rb +2 -2
- data/spec/api/host_api_spec.rb +2 -2
- data/spec/api/host_volume_connection_api_spec.rb +2 -2
- data/spec/api/job_api_spec.rb +54 -0
- data/spec/api/native_capability_api_spec.rb +2 -2
- data/spec/api/profile_api_spec.rb +2 -2
- data/spec/api/provisioning_strategy_api_spec.rb +2 -2
- data/spec/api/service_api_spec.rb +3 -3
- data/spec/api/service_resource_attachment_api_spec.rb +2 -2
- data/spec/api/snapshot_api_spec.rb +74 -0
- data/spec/api/storage_host_api_spec.rb +85 -0
- data/spec/api/storage_host_volume_mapping_api_spec.rb +74 -0
- data/spec/api/storage_resource_api_spec.rb +3 -3
- data/spec/api/storage_system_api_spec.rb +2 -2
- data/spec/api/system_type_api_spec.rb +2 -2
- data/spec/api/volume_api_spec.rb +3 -3
- data/spec/api/volume_safe_delete_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +30 -30
- data/spec/configuration_spec.rb +4 -4
- data/spec/models/abstract_capability_spec.rb +4 -11
- data/spec/models/account_post_request_spec.rb +4 -11
- data/spec/models/account_post_response_spec.rb +4 -11
- data/spec/models/account_spec.rb +4 -11
- data/spec/models/address_create_spec.rb +6 -13
- data/spec/models/address_spec.rb +6 -13
- data/spec/models/auth_response_spec.rb +4 -11
- data/spec/models/authentication_spec.rb +4 -11
- data/spec/models/auto_sde_project_spec.rb +4 -11
- data/spec/models/auto_sde_role_spec.rb +4 -11
- data/spec/models/capability_translation_create_spec.rb +4 -11
- data/spec/models/capability_translation_spec.rb +4 -11
- data/spec/models/host_create_spec.rb +7 -14
- data/spec/models/host_spec.rb +6 -13
- data/spec/models/host_volume_connection_create_spec.rb +5 -12
- data/spec/models/host_volume_connection_spec.rb +5 -12
- data/spec/models/job_create_spec.rb +40 -0
- data/spec/models/job_spec.rb +70 -0
- data/spec/models/native_capability_spec.rb +4 -11
- data/spec/models/profile_spec.rb +5 -12
- data/spec/models/provisioning_strategy_spec.rb +5 -12
- data/spec/models/service_abstract_capability_value_spec.rb +4 -11
- data/spec/models/service_create_spec.rb +5 -12
- data/spec/models/service_resource_attachment_spec.rb +4 -11
- data/spec/models/service_spec.rb +5 -12
- data/spec/models/snapshot_create_spec.rb +56 -0
- data/spec/models/snapshot_spec.rb +62 -0
- data/spec/models/storage_host_create_spec.rb +102 -0
- data/spec/models/storage_host_response_spec.rb +80 -0
- data/spec/models/storage_host_spec.rb +74 -0
- data/spec/models/storage_host_update_spec.rb +54 -0
- data/spec/models/storage_host_volume_mapping_create_spec.rb +56 -0
- data/spec/models/storage_host_volume_mapping_response_spec.rb +62 -0
- data/spec/models/storage_host_volume_mapping_spec.rb +62 -0
- data/spec/models/storage_resource_create_spec.rb +6 -13
- data/spec/models/storage_resource_response_spec.rb +6 -13
- data/spec/models/storage_resource_spec.rb +6 -13
- data/spec/models/storage_system_create_spec.rb +7 -14
- data/spec/models/storage_system_spec.rb +6 -13
- data/spec/models/system_type_create_spec.rb +6 -13
- data/spec/models/system_type_spec.rb +6 -13
- data/spec/models/volume_create_spec.rb +11 -12
- data/spec/models/volume_response_spec.rb +11 -12
- data/spec/models/volume_safe_delete_create_spec.rb +4 -11
- data/spec/models/volume_safe_delete_spec.rb +4 -11
- data/spec/models/volume_spec.rb +11 -12
- data/spec/models/volume_update_spec.rb +10 -11
- data/spec/spec_helper.rb +1 -1
- metadata +112 -72
- data/site_manager_oas.json +0 -3992
data/docs/ServiceCreate.md
CHANGED
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AutosdeOpenapiClient::ServiceCreate
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
|
-
Name | Type | Description | Notes
|
|
6
|
-
|
|
7
|
-
**capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [optional]
|
|
8
|
-
**component_state** | **String** | component_state | [optional]
|
|
9
|
-
**description** | **String** | description | [optional]
|
|
10
|
-
**name** | **String** | name | [optional]
|
|
11
|
-
**profile** | [**Profile**](Profile.md) | | [optional]
|
|
12
|
-
**project** | [**AutoSDEProject**](AutoSDEProject.md) | | [optional]
|
|
13
|
-
**provisioning_strategy** | [**ProvisioningStrategy**](ProvisioningStrategy.md) | | [optional]
|
|
14
|
-
**uuid** | **String** | uuid | [optional]
|
|
15
|
-
**version** | **Integer** | The version of the service | [optional]
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [optional] |
|
|
8
|
+
| **component_state** | **String** | component_state | [optional] |
|
|
9
|
+
| **description** | **String** | description | [optional][default to ''] |
|
|
10
|
+
| **name** | **String** | name | [optional] |
|
|
11
|
+
| **profile** | [**Profile**](Profile.md) | | [optional] |
|
|
12
|
+
| **project** | [**AutoSDEProject**](AutoSDEProject.md) | | [optional] |
|
|
13
|
+
| **provisioning_strategy** | [**ProvisioningStrategy**](ProvisioningStrategy.md) | | [optional] |
|
|
14
|
+
| **uuid** | **String** | uuid | [optional] |
|
|
15
|
+
| **version** | **Integer** | The version of the service | [optional][default to 1] |
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Example
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
require '
|
|
20
|
+
require 'autosde_openapi_client'
|
|
21
21
|
|
|
22
|
-
instance =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
instance = AutosdeOpenapiClient::ServiceCreate.new(
|
|
23
|
+
capability_values: null,
|
|
24
|
+
component_state: null,
|
|
25
|
+
description: null,
|
|
26
|
+
name: null,
|
|
27
|
+
profile: null,
|
|
28
|
+
project: null,
|
|
29
|
+
provisioning_strategy: null,
|
|
30
|
+
uuid: null,
|
|
31
|
+
version: null
|
|
32
|
+
)
|
|
31
33
|
```
|
|
32
34
|
|
|
33
|
-
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AutosdeOpenapiClient::ServiceResourceAttachment
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
|
-
Name | Type | Description | Notes
|
|
6
|
-
|
|
7
|
-
**compliant** | **Boolean** | compliant | [optional]
|
|
8
|
-
**service** | [**Service**](Service.md) | | [optional]
|
|
9
|
-
**storage_resource** | [**StorageResource**](StorageResource.md) | | [optional]
|
|
10
|
-
**uuid** | **String** | uuid | [optional]
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **compliant** | **Boolean** | compliant | [optional][default to false] |
|
|
8
|
+
| **service** | [**Service**](Service.md) | | [optional] |
|
|
9
|
+
| **storage_resource** | [**StorageResource**](StorageResource.md) | | [optional] |
|
|
10
|
+
| **uuid** | **String** | uuid | [optional] |
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## Example
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
|
-
require '
|
|
15
|
+
require 'autosde_openapi_client'
|
|
16
16
|
|
|
17
|
-
instance =
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
instance = AutosdeOpenapiClient::ServiceResourceAttachment.new(
|
|
18
|
+
compliant: null,
|
|
19
|
+
service: null,
|
|
20
|
+
storage_resource: null,
|
|
21
|
+
uuid: null
|
|
22
|
+
)
|
|
21
23
|
```
|
|
22
24
|
|
|
23
|
-
|
|
@@ -1,40 +1,58 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AutosdeOpenapiClient::ServiceResourceAttachmentApi
|
|
2
2
|
|
|
3
3
|
All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
|
5
|
-
Method | HTTP request | Description
|
|
6
|
-
|
|
7
|
-
[**service_resource_attchment_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_get) | **GET** /service-resource-attchment/ |
|
|
8
|
-
[**service_resource_attchment_pk_delete**](ServiceResourceAttachmentApi.md#service_resource_attchment_pk_delete) | **DELETE** /service-resource-attchment/{pk} |
|
|
9
|
-
[**service_resource_attchment_pk_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_pk_get) | **GET** /service-resource-attchment/{pk} |
|
|
10
|
-
[**service_resource_attchment_post**](ServiceResourceAttachmentApi.md#service_resource_attchment_post) | **POST** /service-resource-attchment/ |
|
|
11
|
-
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**service_resource_attchment_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_get) | **GET** /service-resource-attchment/ | |
|
|
8
|
+
| [**service_resource_attchment_pk_delete**](ServiceResourceAttachmentApi.md#service_resource_attchment_pk_delete) | **DELETE** /service-resource-attchment/{pk} | |
|
|
9
|
+
| [**service_resource_attchment_pk_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_pk_get) | **GET** /service-resource-attchment/{pk} | |
|
|
10
|
+
| [**service_resource_attchment_post**](ServiceResourceAttachmentApi.md#service_resource_attchment_post) | **POST** /service-resource-attchment/ | |
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
## service_resource_attchment_get
|
|
15
14
|
|
|
16
|
-
> Array
|
|
15
|
+
> <Array<ServiceResourceAttachment>> service_resource_attchment_get
|
|
17
16
|
|
|
18
17
|
|
|
19
18
|
|
|
20
|
-
###
|
|
19
|
+
### Examples
|
|
21
20
|
|
|
22
21
|
```ruby
|
|
23
|
-
|
|
22
|
+
require 'time'
|
|
24
23
|
require 'autosde_openapi_client'
|
|
25
24
|
# setup authorization
|
|
26
|
-
|
|
25
|
+
AutosdeOpenapiClient.configure do |config|
|
|
27
26
|
# Configure Bearer authorization: bearerAuth
|
|
28
27
|
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
29
28
|
end
|
|
30
29
|
|
|
31
|
-
api_instance =
|
|
30
|
+
api_instance = AutosdeOpenapiClient::ServiceResourceAttachmentApi.new
|
|
32
31
|
|
|
33
32
|
begin
|
|
33
|
+
|
|
34
34
|
result = api_instance.service_resource_attchment_get
|
|
35
35
|
p result
|
|
36
|
-
rescue
|
|
37
|
-
puts "
|
|
36
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
37
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_get: #{e}"
|
|
38
|
+
end
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
#### Using the service_resource_attchment_get_with_http_info variant
|
|
42
|
+
|
|
43
|
+
This returns an Array which contains the response data, status code and headers.
|
|
44
|
+
|
|
45
|
+
> <Array(<Array<ServiceResourceAttachment>>, Integer, Hash)> service_resource_attchment_get_with_http_info
|
|
46
|
+
|
|
47
|
+
```ruby
|
|
48
|
+
begin
|
|
49
|
+
|
|
50
|
+
data, status_code, headers = api_instance.service_resource_attchment_get_with_http_info
|
|
51
|
+
p status_code # => 2xx
|
|
52
|
+
p headers # => { ... }
|
|
53
|
+
p data # => <Array<ServiceResourceAttachment>>
|
|
54
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
55
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_get_with_http_info: #{e}"
|
|
38
56
|
end
|
|
39
57
|
```
|
|
40
58
|
|
|
@@ -58,38 +76,56 @@ This endpoint does not need any parameter.
|
|
|
58
76
|
|
|
59
77
|
## service_resource_attchment_pk_delete
|
|
60
78
|
|
|
61
|
-
> Array
|
|
79
|
+
> <Array<ServiceResourceAttachment>> service_resource_attchment_pk_delete(pk)
|
|
62
80
|
|
|
63
81
|
|
|
64
82
|
|
|
65
|
-
###
|
|
83
|
+
### Examples
|
|
66
84
|
|
|
67
85
|
```ruby
|
|
68
|
-
|
|
86
|
+
require 'time'
|
|
69
87
|
require 'autosde_openapi_client'
|
|
70
88
|
# setup authorization
|
|
71
|
-
|
|
89
|
+
AutosdeOpenapiClient.configure do |config|
|
|
72
90
|
# Configure Bearer authorization: bearerAuth
|
|
73
91
|
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
74
92
|
end
|
|
75
93
|
|
|
76
|
-
api_instance =
|
|
94
|
+
api_instance = AutosdeOpenapiClient::ServiceResourceAttachmentApi.new
|
|
77
95
|
pk = 56 # Integer |
|
|
78
96
|
|
|
79
97
|
begin
|
|
98
|
+
|
|
80
99
|
result = api_instance.service_resource_attchment_pk_delete(pk)
|
|
81
100
|
p result
|
|
82
|
-
rescue
|
|
83
|
-
puts "
|
|
101
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
102
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_pk_delete: #{e}"
|
|
84
103
|
end
|
|
85
104
|
```
|
|
86
105
|
|
|
87
|
-
|
|
106
|
+
#### Using the service_resource_attchment_pk_delete_with_http_info variant
|
|
88
107
|
|
|
108
|
+
This returns an Array which contains the response data, status code and headers.
|
|
89
109
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
110
|
+
> <Array(<Array<ServiceResourceAttachment>>, Integer, Hash)> service_resource_attchment_pk_delete_with_http_info(pk)
|
|
111
|
+
|
|
112
|
+
```ruby
|
|
113
|
+
begin
|
|
114
|
+
|
|
115
|
+
data, status_code, headers = api_instance.service_resource_attchment_pk_delete_with_http_info(pk)
|
|
116
|
+
p status_code # => 2xx
|
|
117
|
+
p headers # => { ... }
|
|
118
|
+
p data # => <Array<ServiceResourceAttachment>>
|
|
119
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_pk_delete_with_http_info: #{e}"
|
|
121
|
+
end
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
### Parameters
|
|
125
|
+
|
|
126
|
+
| Name | Type | Description | Notes |
|
|
127
|
+
| ---- | ---- | ----------- | ----- |
|
|
128
|
+
| **pk** | **Integer** | | |
|
|
93
129
|
|
|
94
130
|
### Return type
|
|
95
131
|
|
|
@@ -107,38 +143,56 @@ Name | Type | Description | Notes
|
|
|
107
143
|
|
|
108
144
|
## service_resource_attchment_pk_get
|
|
109
145
|
|
|
110
|
-
> Array
|
|
146
|
+
> <Array<ServiceResourceAttachment>> service_resource_attchment_pk_get(pk)
|
|
111
147
|
|
|
112
148
|
|
|
113
149
|
|
|
114
|
-
###
|
|
150
|
+
### Examples
|
|
115
151
|
|
|
116
152
|
```ruby
|
|
117
|
-
|
|
153
|
+
require 'time'
|
|
118
154
|
require 'autosde_openapi_client'
|
|
119
155
|
# setup authorization
|
|
120
|
-
|
|
156
|
+
AutosdeOpenapiClient.configure do |config|
|
|
121
157
|
# Configure Bearer authorization: bearerAuth
|
|
122
158
|
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
123
159
|
end
|
|
124
160
|
|
|
125
|
-
api_instance =
|
|
161
|
+
api_instance = AutosdeOpenapiClient::ServiceResourceAttachmentApi.new
|
|
126
162
|
pk = 56 # Integer |
|
|
127
163
|
|
|
128
164
|
begin
|
|
165
|
+
|
|
129
166
|
result = api_instance.service_resource_attchment_pk_get(pk)
|
|
130
167
|
p result
|
|
131
|
-
rescue
|
|
132
|
-
puts "
|
|
168
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
169
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_pk_get: #{e}"
|
|
133
170
|
end
|
|
134
171
|
```
|
|
135
172
|
|
|
136
|
-
|
|
173
|
+
#### Using the service_resource_attchment_pk_get_with_http_info variant
|
|
137
174
|
|
|
175
|
+
This returns an Array which contains the response data, status code and headers.
|
|
138
176
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
177
|
+
> <Array(<Array<ServiceResourceAttachment>>, Integer, Hash)> service_resource_attchment_pk_get_with_http_info(pk)
|
|
178
|
+
|
|
179
|
+
```ruby
|
|
180
|
+
begin
|
|
181
|
+
|
|
182
|
+
data, status_code, headers = api_instance.service_resource_attchment_pk_get_with_http_info(pk)
|
|
183
|
+
p status_code # => 2xx
|
|
184
|
+
p headers # => { ... }
|
|
185
|
+
p data # => <Array<ServiceResourceAttachment>>
|
|
186
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_pk_get_with_http_info: #{e}"
|
|
188
|
+
end
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
### Parameters
|
|
192
|
+
|
|
193
|
+
| Name | Type | Description | Notes |
|
|
194
|
+
| ---- | ---- | ----------- | ----- |
|
|
195
|
+
| **pk** | **Integer** | | |
|
|
142
196
|
|
|
143
197
|
### Return type
|
|
144
198
|
|
|
@@ -156,42 +210,60 @@ Name | Type | Description | Notes
|
|
|
156
210
|
|
|
157
211
|
## service_resource_attchment_post
|
|
158
212
|
|
|
159
|
-
>
|
|
213
|
+
> <ServiceResourceAttachment> service_resource_attchment_post(service_resource_attachment)
|
|
160
214
|
|
|
161
215
|
|
|
162
216
|
|
|
163
|
-
###
|
|
217
|
+
### Examples
|
|
164
218
|
|
|
165
219
|
```ruby
|
|
166
|
-
|
|
220
|
+
require 'time'
|
|
167
221
|
require 'autosde_openapi_client'
|
|
168
222
|
# setup authorization
|
|
169
|
-
|
|
223
|
+
AutosdeOpenapiClient.configure do |config|
|
|
170
224
|
# Configure Bearer authorization: bearerAuth
|
|
171
225
|
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
172
226
|
end
|
|
173
227
|
|
|
174
|
-
api_instance =
|
|
175
|
-
service_resource_attachment =
|
|
228
|
+
api_instance = AutosdeOpenapiClient::ServiceResourceAttachmentApi.new
|
|
229
|
+
service_resource_attachment = AutosdeOpenapiClient::ServiceResourceAttachment.new # ServiceResourceAttachment |
|
|
176
230
|
|
|
177
231
|
begin
|
|
232
|
+
|
|
178
233
|
result = api_instance.service_resource_attchment_post(service_resource_attachment)
|
|
179
234
|
p result
|
|
180
|
-
rescue
|
|
181
|
-
puts "
|
|
235
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
236
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_post: #{e}"
|
|
182
237
|
end
|
|
183
238
|
```
|
|
184
239
|
|
|
185
|
-
|
|
240
|
+
#### Using the service_resource_attchment_post_with_http_info variant
|
|
186
241
|
|
|
242
|
+
This returns an Array which contains the response data, status code and headers.
|
|
187
243
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
244
|
+
> <Array(<ServiceResourceAttachment>, Integer, Hash)> service_resource_attchment_post_with_http_info(service_resource_attachment)
|
|
245
|
+
|
|
246
|
+
```ruby
|
|
247
|
+
begin
|
|
248
|
+
|
|
249
|
+
data, status_code, headers = api_instance.service_resource_attchment_post_with_http_info(service_resource_attachment)
|
|
250
|
+
p status_code # => 2xx
|
|
251
|
+
p headers # => { ... }
|
|
252
|
+
p data # => <ServiceResourceAttachment>
|
|
253
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
254
|
+
puts "Error when calling ServiceResourceAttachmentApi->service_resource_attchment_post_with_http_info: #{e}"
|
|
255
|
+
end
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Parameters
|
|
259
|
+
|
|
260
|
+
| Name | Type | Description | Notes |
|
|
261
|
+
| ---- | ---- | ----------- | ----- |
|
|
262
|
+
| **service_resource_attachment** | [**ServiceResourceAttachment**](ServiceResourceAttachment.md) | | |
|
|
191
263
|
|
|
192
264
|
### Return type
|
|
193
265
|
|
|
194
|
-
[**
|
|
266
|
+
[**ServiceResourceAttachment**](ServiceResourceAttachment.md)
|
|
195
267
|
|
|
196
268
|
### Authorization
|
|
197
269
|
|
data/docs/Snapshot.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# AutosdeOpenapiClient::Snapshot
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **component_state** | **String** | component_state | [optional] |
|
|
8
|
+
| **description** | **String** | description | [optional] |
|
|
9
|
+
| **name** | **String** | name | [optional] |
|
|
10
|
+
| **uuid** | **String** | uuid | [optional] |
|
|
11
|
+
| **volume** | [**Volume**](Volume.md) | | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'autosde_openapi_client'
|
|
17
|
+
|
|
18
|
+
instance = AutosdeOpenapiClient::Snapshot.new(
|
|
19
|
+
component_state: null,
|
|
20
|
+
description: null,
|
|
21
|
+
name: null,
|
|
22
|
+
uuid: null,
|
|
23
|
+
volume: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
data/docs/SnapshotApi.md
ADDED
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
# AutosdeOpenapiClient::SnapshotApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**snapshots_get**](SnapshotApi.md#snapshots_get) | **GET** /snapshots/ | |
|
|
8
|
+
| [**snapshots_pk_delete**](SnapshotApi.md#snapshots_pk_delete) | **DELETE** /snapshots/{pk} | |
|
|
9
|
+
| [**snapshots_pk_get**](SnapshotApi.md#snapshots_pk_get) | **GET** /snapshots/{pk} | |
|
|
10
|
+
| [**snapshots_post**](SnapshotApi.md#snapshots_post) | **POST** /snapshots/ | |
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## snapshots_get
|
|
14
|
+
|
|
15
|
+
> <Array<Snapshot>> snapshots_get
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Examples
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'time'
|
|
23
|
+
require 'autosde_openapi_client'
|
|
24
|
+
# setup authorization
|
|
25
|
+
AutosdeOpenapiClient.configure do |config|
|
|
26
|
+
# Configure Bearer authorization: bearerAuth
|
|
27
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
api_instance = AutosdeOpenapiClient::SnapshotApi.new
|
|
31
|
+
|
|
32
|
+
begin
|
|
33
|
+
|
|
34
|
+
result = api_instance.snapshots_get
|
|
35
|
+
p result
|
|
36
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
37
|
+
puts "Error when calling SnapshotApi->snapshots_get: #{e}"
|
|
38
|
+
end
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
#### Using the snapshots_get_with_http_info variant
|
|
42
|
+
|
|
43
|
+
This returns an Array which contains the response data, status code and headers.
|
|
44
|
+
|
|
45
|
+
> <Array(<Array<Snapshot>>, Integer, Hash)> snapshots_get_with_http_info
|
|
46
|
+
|
|
47
|
+
```ruby
|
|
48
|
+
begin
|
|
49
|
+
|
|
50
|
+
data, status_code, headers = api_instance.snapshots_get_with_http_info
|
|
51
|
+
p status_code # => 2xx
|
|
52
|
+
p headers # => { ... }
|
|
53
|
+
p data # => <Array<Snapshot>>
|
|
54
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
55
|
+
puts "Error when calling SnapshotApi->snapshots_get_with_http_info: #{e}"
|
|
56
|
+
end
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Parameters
|
|
60
|
+
|
|
61
|
+
This endpoint does not need any parameter.
|
|
62
|
+
|
|
63
|
+
### Return type
|
|
64
|
+
|
|
65
|
+
[**Array<Snapshot>**](Snapshot.md)
|
|
66
|
+
|
|
67
|
+
### Authorization
|
|
68
|
+
|
|
69
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
70
|
+
|
|
71
|
+
### HTTP request headers
|
|
72
|
+
|
|
73
|
+
- **Content-Type**: Not defined
|
|
74
|
+
- **Accept**: */*
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## snapshots_pk_delete
|
|
78
|
+
|
|
79
|
+
> <Array<Snapshot>> snapshots_pk_delete(pk)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Examples
|
|
84
|
+
|
|
85
|
+
```ruby
|
|
86
|
+
require 'time'
|
|
87
|
+
require 'autosde_openapi_client'
|
|
88
|
+
# setup authorization
|
|
89
|
+
AutosdeOpenapiClient.configure do |config|
|
|
90
|
+
# Configure Bearer authorization: bearerAuth
|
|
91
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
api_instance = AutosdeOpenapiClient::SnapshotApi.new
|
|
95
|
+
pk = 56 # Integer |
|
|
96
|
+
|
|
97
|
+
begin
|
|
98
|
+
|
|
99
|
+
result = api_instance.snapshots_pk_delete(pk)
|
|
100
|
+
p result
|
|
101
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
102
|
+
puts "Error when calling SnapshotApi->snapshots_pk_delete: #{e}"
|
|
103
|
+
end
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
#### Using the snapshots_pk_delete_with_http_info variant
|
|
107
|
+
|
|
108
|
+
This returns an Array which contains the response data, status code and headers.
|
|
109
|
+
|
|
110
|
+
> <Array(<Array<Snapshot>>, Integer, Hash)> snapshots_pk_delete_with_http_info(pk)
|
|
111
|
+
|
|
112
|
+
```ruby
|
|
113
|
+
begin
|
|
114
|
+
|
|
115
|
+
data, status_code, headers = api_instance.snapshots_pk_delete_with_http_info(pk)
|
|
116
|
+
p status_code # => 2xx
|
|
117
|
+
p headers # => { ... }
|
|
118
|
+
p data # => <Array<Snapshot>>
|
|
119
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
|
+
puts "Error when calling SnapshotApi->snapshots_pk_delete_with_http_info: #{e}"
|
|
121
|
+
end
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
### Parameters
|
|
125
|
+
|
|
126
|
+
| Name | Type | Description | Notes |
|
|
127
|
+
| ---- | ---- | ----------- | ----- |
|
|
128
|
+
| **pk** | **Integer** | | |
|
|
129
|
+
|
|
130
|
+
### Return type
|
|
131
|
+
|
|
132
|
+
[**Array<Snapshot>**](Snapshot.md)
|
|
133
|
+
|
|
134
|
+
### Authorization
|
|
135
|
+
|
|
136
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
137
|
+
|
|
138
|
+
### HTTP request headers
|
|
139
|
+
|
|
140
|
+
- **Content-Type**: Not defined
|
|
141
|
+
- **Accept**: */*
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## snapshots_pk_get
|
|
145
|
+
|
|
146
|
+
> <Array<Snapshot>> snapshots_pk_get(pk)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Examples
|
|
151
|
+
|
|
152
|
+
```ruby
|
|
153
|
+
require 'time'
|
|
154
|
+
require 'autosde_openapi_client'
|
|
155
|
+
# setup authorization
|
|
156
|
+
AutosdeOpenapiClient.configure do |config|
|
|
157
|
+
# Configure Bearer authorization: bearerAuth
|
|
158
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
api_instance = AutosdeOpenapiClient::SnapshotApi.new
|
|
162
|
+
pk = 56 # Integer |
|
|
163
|
+
|
|
164
|
+
begin
|
|
165
|
+
|
|
166
|
+
result = api_instance.snapshots_pk_get(pk)
|
|
167
|
+
p result
|
|
168
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
169
|
+
puts "Error when calling SnapshotApi->snapshots_pk_get: #{e}"
|
|
170
|
+
end
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
#### Using the snapshots_pk_get_with_http_info variant
|
|
174
|
+
|
|
175
|
+
This returns an Array which contains the response data, status code and headers.
|
|
176
|
+
|
|
177
|
+
> <Array(<Array<Snapshot>>, Integer, Hash)> snapshots_pk_get_with_http_info(pk)
|
|
178
|
+
|
|
179
|
+
```ruby
|
|
180
|
+
begin
|
|
181
|
+
|
|
182
|
+
data, status_code, headers = api_instance.snapshots_pk_get_with_http_info(pk)
|
|
183
|
+
p status_code # => 2xx
|
|
184
|
+
p headers # => { ... }
|
|
185
|
+
p data # => <Array<Snapshot>>
|
|
186
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
|
+
puts "Error when calling SnapshotApi->snapshots_pk_get_with_http_info: #{e}"
|
|
188
|
+
end
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
### Parameters
|
|
192
|
+
|
|
193
|
+
| Name | Type | Description | Notes |
|
|
194
|
+
| ---- | ---- | ----------- | ----- |
|
|
195
|
+
| **pk** | **Integer** | | |
|
|
196
|
+
|
|
197
|
+
### Return type
|
|
198
|
+
|
|
199
|
+
[**Array<Snapshot>**](Snapshot.md)
|
|
200
|
+
|
|
201
|
+
### Authorization
|
|
202
|
+
|
|
203
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
204
|
+
|
|
205
|
+
### HTTP request headers
|
|
206
|
+
|
|
207
|
+
- **Content-Type**: Not defined
|
|
208
|
+
- **Accept**: */*
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## snapshots_post
|
|
212
|
+
|
|
213
|
+
> <Snapshot> snapshots_post(snapshot_create)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Examples
|
|
218
|
+
|
|
219
|
+
```ruby
|
|
220
|
+
require 'time'
|
|
221
|
+
require 'autosde_openapi_client'
|
|
222
|
+
# setup authorization
|
|
223
|
+
AutosdeOpenapiClient.configure do |config|
|
|
224
|
+
# Configure Bearer authorization: bearerAuth
|
|
225
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
api_instance = AutosdeOpenapiClient::SnapshotApi.new
|
|
229
|
+
snapshot_create = AutosdeOpenapiClient::SnapshotCreate.new # SnapshotCreate |
|
|
230
|
+
|
|
231
|
+
begin
|
|
232
|
+
|
|
233
|
+
result = api_instance.snapshots_post(snapshot_create)
|
|
234
|
+
p result
|
|
235
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
236
|
+
puts "Error when calling SnapshotApi->snapshots_post: #{e}"
|
|
237
|
+
end
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
#### Using the snapshots_post_with_http_info variant
|
|
241
|
+
|
|
242
|
+
This returns an Array which contains the response data, status code and headers.
|
|
243
|
+
|
|
244
|
+
> <Array(<Snapshot>, Integer, Hash)> snapshots_post_with_http_info(snapshot_create)
|
|
245
|
+
|
|
246
|
+
```ruby
|
|
247
|
+
begin
|
|
248
|
+
|
|
249
|
+
data, status_code, headers = api_instance.snapshots_post_with_http_info(snapshot_create)
|
|
250
|
+
p status_code # => 2xx
|
|
251
|
+
p headers # => { ... }
|
|
252
|
+
p data # => <Snapshot>
|
|
253
|
+
rescue AutosdeOpenapiClient::ApiError => e
|
|
254
|
+
puts "Error when calling SnapshotApi->snapshots_post_with_http_info: #{e}"
|
|
255
|
+
end
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Parameters
|
|
259
|
+
|
|
260
|
+
| Name | Type | Description | Notes |
|
|
261
|
+
| ---- | ---- | ----------- | ----- |
|
|
262
|
+
| **snapshot_create** | [**SnapshotCreate**](SnapshotCreate.md) | | |
|
|
263
|
+
|
|
264
|
+
### Return type
|
|
265
|
+
|
|
266
|
+
[**Snapshot**](Snapshot.md)
|
|
267
|
+
|
|
268
|
+
### Authorization
|
|
269
|
+
|
|
270
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
271
|
+
|
|
272
|
+
### HTTP request headers
|
|
273
|
+
|
|
274
|
+
- **Content-Type**: application/json
|
|
275
|
+
- **Accept**: */*
|
|
276
|
+
|