Advanced Search
Search Results
241 total results found
Systems
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
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
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
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
""" ================================================================================================================= Copyright (C) 2012-2023 StorONE Use of this script is subject to the following terms and conditions: StorONE grants to ...
Curl
# 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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...