Advanced Search
Search Results
121 total results found
NAS Servers
Network-attached storage (NAS) servers are file-based storage devices that connect to a network. They provide a centralized location for storing and sharing files, and can be accessed by any device on the network, including computers, laptops, smartphones, and...
Replication
The S1 system allows you to replicate logical volumes to other S1 systems, providing maximum flexibility to manage your data in any way you choose. To replicate logical volumes, select Replications . Listing replicated Logical Volumes. To display a table list...
Templates
The S1 system makes it easy to provision storage by allowing you to create templates for applications, volumes, and snapshots. Templates are pre-defined sets of settings that can be used to quickly and easily create new storage resources. Once a template is cr...
Messages
To view a table list of monitoring messages, navigate to Monitoring > Configurations . To customize the table appearance, use the following controls: Pending: Show pending configurations. In Progress: Show in-progress server configurations. Success: Show ...
System Components
The s1 system offers comprehensive monitoring capabilities. By closely observing the software and hardware elements, it allows IT to ensure efficient operations and optimal performance. Through continuous monitoring, the s1 system enables timely detection and ...
Floating IPs
A floating IP is an IP address that can be dynamically assigned to different servers or nodes in a network. It can be used to provide high availability and fail over capabilities between multiple nodes. In the S1 system, two node servers work together to provi...
Managing Nodes
In the S1 system, storage is provided through the use of storage node servers. Everything is connected to the system through these node servers. The Node section provides information about the status of the nodes. It allows you to connect to a specific node, e...
Resources
In the S1 system, storage node servers play a central role. Physical drives provides storage resources that are connected to storage node servers through disk enclosures. Storage resources are managed by the S1 software utility that run on the node servers. Th...
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", ...