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

241 total results found

Systems

Web Application Interface Inventory

The S1 system is identified by name and ID. To display general properties of the system, such as ID, Name, Connection status, Connectivity, and Connected Node Address, select Inventory > Systems . List system properties To list system properties, select List ...

Notifications

Web Application Interface Administration

The S1 system includes a sophisticated notification mechanism that sends real-time monitoring messages based on S1 configurations. To manage notifications, select Administration > Notifications . The S1 system includes a variety of notification types: Verbo...

Managing Users

Web Application Interface Administration

The S1 system allows you to create multiple users to enable collaborative monitoring and control of storage. Each user can be granted with one of three levels of access: Admin ReadWrite Read This provides you with the flexibility to manage users' perm...

Settings

Web Application Interface Administration

The settings section allows you to configure: Authentication method Capacity unit (binary or decimal) Anomaly detection Configuring the authentication method: MFA The authentication method configuration page allows you to enable and disable Multi-Factor Auth...

Python

REST API Examples

""" ================================================================================================================= Copyright (C) 2012-2023 StorONE ​ Use of this script is subject to the following terms and conditions: ​ StorONE grants to ...

Curl

REST API Examples

# Get the authorization token curl -X 'POST' \ 'https://s1-node1.example.com/login' \ -H 'accept: application/json' \ -H 'Content-Type: application/json-patch+json' \ -d '{ "Username": "storoneadm", "Password": "St0r1R0x!" ...

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", "Address": "string", "Mask...

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...