Sha256: 5e0d8c8e1e83efc2aa4840fca4e10c0e32695f95a2ed63fea3b6ff2a2ed4e767

Contents?: true

Size: 1.92 KB

Versions: 78

Compression:

Stored size: 1.92 KB

Contents

# AutosdeOpenapiClient::ValidateSystemApi

All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*

| Method | HTTP request | Description |
| ------ | ------------ | ----------- |
| [**validate_system_post**](ValidateSystemApi.md#validate_system_post) | **POST** /validate-system |  |


## validate_system_post

> <ValidateSystem> validate_system_post(storage_system_create)



### Examples

```ruby
require 'time'
require 'autosde_openapi_client'
# setup authorization
AutosdeOpenapiClient.configure do |config|
  # Configure Bearer authorization: bearerAuth
  config.access_token = 'YOUR_BEARER_TOKEN'
end

api_instance = AutosdeOpenapiClient::ValidateSystemApi.new
storage_system_create = AutosdeOpenapiClient::StorageSystemCreate.new # StorageSystemCreate | 

begin
  
  result = api_instance.validate_system_post(storage_system_create)
  p result
rescue AutosdeOpenapiClient::ApiError => e
  puts "Error when calling ValidateSystemApi->validate_system_post: #{e}"
end
```

#### Using the validate_system_post_with_http_info variant

This returns an Array which contains the response data, status code and headers.

> <Array(<ValidateSystem>, Integer, Hash)> validate_system_post_with_http_info(storage_system_create)

```ruby
begin
  
  data, status_code, headers = api_instance.validate_system_post_with_http_info(storage_system_create)
  p status_code # => 2xx
  p headers # => { ... }
  p data # => <ValidateSystem>
rescue AutosdeOpenapiClient::ApiError => e
  puts "Error when calling ValidateSystemApi->validate_system_post_with_http_info: #{e}"
end
```

### Parameters

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **storage_system_create** | [**StorageSystemCreate**](StorageSystemCreate.md) |  |  |

### Return type

[**ValidateSystem**](ValidateSystem.md)

### Authorization

[bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: */*

Version data entries

78 entries across 78 versions & 2 rubygems

Version Path
autosde_openapi_client-3.2.0 docs/ValidateSystemApi.md
autosde_openapi_client-3.1.2 docs/ValidateSystemApi.md
autosde_openapi_client-3.1.1 docs/ValidateSystemApi.md
autosde_openapi_client-3.0.3 docs/ValidateSystemApi.md
autosde_openapi_client-3.1.0 docs/ValidateSystemApi.md
autosde_openapi_client-3.0.2 docs/ValidateSystemApi.md
autosde_openapi_client-3.0.1 docs/ValidateSystemApi.md
autosde_openapi_client-3.0.0 docs/ValidateSystemApi.md
autosde_openapi_client-2.5.2 docs/ValidateSystemApi.md
autosde_openapi_client-2.5.1 docs/ValidateSystemApi.md
autosde_openapi_client-2.4.5 docs/ValidateSystemApi.md
autosde_openapi_client-2.5.0 docs/ValidateSystemApi.md
autosde_openapi_client-2.4.4 docs/ValidateSystemApi.md
autosde_openapi_client-2.4.3 docs/ValidateSystemApi.md
autosde_openapi_client-2.4.2 docs/ValidateSystemApi.md
autosde_openapi_client-2.4.1 docs/ValidateSystemApi.md
autosde_openapi_client-2.4.0 docs/ValidateSystemApi.md
autosde_openapi_client-2.3.1 docs/ValidateSystemApi.md
autosde_openapi_client-2.3.0 docs/ValidateSystemApi.md
autosde_openapi_client-2.2.8 docs/ValidateSystemApi.md