Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

121 total results found

Replication overview

Administration Replication

The StorONE system includes a robust and flexible replication solution that can be used for high availability and disaster recovery (DR). You can configure replication at the virtual storage container (VSC) level, giving you maximum flexibility to meet your da...

Login

REST API API reference Guide

Authentication API Key (Token) Parameter Name: Authorization, in: header. Authorization header token.Example: "Bearer abcdefghijklmnopqrstuvwxyz01234567890abcdefghijklmnopqrstuvwxyz01234567890" Login post__login Code samples POST /login HTTP/1.1 Conte...

Applications

REST API API reference Guide

post__applications_create Code samples POST /applications/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /applications/create Create an application instance. Body parameter { "Application": "string", "Templat...

Configurations

REST API API reference Guide

get__configurations_list Code samples GET /configurations/list HTTP/1.1 Accept: application/json GET /configurations/list View server configurations. Parameters Name In Type Required Description pending query boolean false Filter pending configurat...

Floatingips

REST API API reference Guide

post__floatingips_create Code samples POST /floatingips/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /floatingips/create Create a floating ip. Body parameter { "Name": "string", "Dummy": true, "Address": ...

Hosts

REST API API reference Guide

post__hosts_create Code samples POST /hosts/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /hosts/create Create a host. Body parameter { "Name": "string", "Ip": "string", "Wwns": [ "string" ], "Iqn"...

Monitoring

REST API API reference Guide

get__monitoring_alua_live Code samples GET /monitoring/alua/live HTTP/1.1 Accept: application/json GET /monitoring/alua/live Monitor optimized and unoptimized IOPS. Example responses 200 Response { "Data": [ { "VolumeFullName": "string", ...

Nas_servers

REST API API reference Guide

post__nas_servers_create Code samples POST /nas_servers/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /nas_servers/create Create a NAS server. Body parameter { "Name": "string", "FloatingIps": [ "string"...

Nodes

REST API API reference Guide

put__nodes_chap Code samples PUT /nodes/chap HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json PUT /nodes/chap ISCSI target chap settings. Body parameter { "ChapName": "string", "ChapSecret": "string", "Force": true } Pa...

Notifications

REST API API reference Guide

get__notifications_query Code samples GET /notifications/query HTTP/1.1 Accept: application/json GET /notifications/query Query past notifications. Parameters Name In Type Required Description nodes query array[string] false The names of the S1 nod...

Replication

REST API API reference Guide

put__replication_edit Code samples PUT /replication/edit HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json PUT /replication/edit Edit a replication pair. Body parameter { "Application": "string", "Volume": "string", "Targ...

Resources

REST API API reference Guide

delete__resources_delete Code samples DELETE /resources/delete HTTP/1.1 Accept: application/json DELETE /resources/delete Delete missing resources. Parameters Name In Type Required Description entityIds query array[integer] false Delete missing res...

Settings

REST API API reference Guide

put__settings_authentication Code samples PUT /settings/authentication HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json PUT /settings/authentication Enable/disable two factor authentication. Body parameter { "EnableMultifact...

Systems

REST API API reference Guide

get__systems_list Code samples GET /systems/list HTTP/1.1 Accept: application/json GET /systems/list List systems. Parameters Name In Type Required Description connectToAllSystems query boolean false Create a connection to all systems. showNodes ...

Templates

REST API API reference Guide

post__templates_create Code samples POST /templates/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /templates/create Create an application template. Body parameter { "Application": "string", "Description": "s...

Users

REST API API reference Guide

post__users_create Code samples POST /users/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /users/create Creating another user that can view and manage S1. Body parameter { "Name": "string", "Password": "stri...

Version

REST API API reference Guide

get__Version Code samples GET /Version HTTP/1.1 Accept: application/json GET /Version See S1 version. Example responses 200 Response { "Versions": [ { "Component": "string", "Version": "string", "BuildNumber": "string" } ...

Workflows

REST API API reference Guide

get__workflows_volume_provisioning Code samples GET /workflows/volume_provisioning HTTP/1.1 Accept: application/json GET /workflows/volume_provisioning Example responses 200 Response { "Path": "string", "DisplayName": "string", "RedirectPathOnSu...

Vcp

REST API API reference Guide

post__vmware_datastore_vcp_create Code samples POST /vmware/datastore/vcp/create HTTP/1.1 Content-Type: application/json-patch+json async: true POST /vmware/datastore/vcp/create Body parameter { "volume": { "Application": "string", "Volume": ...

Schemas

REST API API reference Guide

AnomalyDetectionSettingsResult { "TimeframeDays": 0, "AbnormalChangePercentage": 0.1 } Properties Name Type Required Restrictions Description TimeframeDays integer(int64) false none none AbnormalChangePercentage number(double) false none no...