Chat now with support
Chat with Support

QoreStor 7.0.1 - User Guide

Introducing QoreStor Setting up your QoreStor system Configuring QoreStor settings Managing containers Managing local storage Managing cloud storage Managing replications Managing Users Monitoring the QoreStor system Support, maintenance, and troubleshooting [[[Missing Linked File System.LinkedTitle]]]

QoreStor UI Overview

The QoreStor UI consists of the Header pane, the Navigation pane, a Status pane, and the Operations pane.

The panes provide the functions and options described below:

Pane Description

Header pane

Provides the following items:

  • Terminal icon - Provides a quick link to the QoreStor web terminal. Refer to Using the QoreStor Web Terminal.
  • Contact Us icon - information for contacting Quest sales and Support.
  • QoreStor Alerts - lists any Alerts on the QoreStor system.
  • Current user - displays the current user account, provides the option to log out, and provides the option to switch the UI to the Light theme.

Status pane

Provides the following items:

  • Version - displays the version of QoreStor
  • System Status - displays the status of the QoreStor.
Navigation pane

Provides navigation options to:

  • Dashboard
  • Containers
  • Local Storage
  • Cloud Storage
  • Replications
  • System
  • Diagnostics
  • Users
  • Events
  • Management

Operations pane

Displays the data and dialogs appropriate for the chosen navigation option.

Using the QoreStor command line

QoreStor includes a custom shell implementation that simplifies and secures command line access. During installation, QoreStor creates the qsadmin user account with the permissions and configurations necessary to run QoreStor commands. You can access the QoreStor command line through a remote access program (such as PuTTY) or through the QoreStor UI Web Terminal.

To access the command line interface for QoreStor:

  1. Using a remote access program, connect to your QoreStor server.

    NOTE: You may also access the QoreStor command line through the QoreStor Web Terminal. Refer to Using the QoreStor Web Terminal for more information.

  2. Log in using the credentials:

    user: qsadmin

    password: St0r@ge!

  3. Enter the desired command at the prompt. To view the available QoreStor CLI commands, type help.

NOTE: Refer to the QoreStor Command Line Reference Guide for more information on the QoreStor CLI.

Using the QoreStor Web Terminal

The QoreStor UI offers direct access to the QoreStor terminal for execution of CLI commands through the browser.

(missing or bad snippet)

Using the QoreStor REST API

QoreStor provides a REST API in order to provide an efficient method for application management or integration. For more information on using the REST API, see the sections below.

API Overview

All API requests should be sent to https://<QoreStor host>:5233/api. With the exception of the Authentication request, all requests should carry the HTTP header Authorization: Bearer <token>.

API calls will generate one of the response types below. Refer to the API documentation for the specific request for more information on expected responses.

  • 200 - OK
  • 400 - Bad request
  • 401 - Unauthorized
  • 404 - Not found
  • 500 - Internal server error

Authentication

Authentication to the API is accomplished using the username and password for an existing QoreStor account. Once logged in, a token will be generated that can be used to authenticate API commands.

To use API authentication:

  1. Run the login request using the username and password for the desired QoreStor account as well as the IP or domain name of your QoreStor server.

    curl -X POST "https://QoreStor.host.com:5233/api/auth/login" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"name\": \"TestUser\", \"password\": \"TestUserPassword\"}"

  2. In the request response, find and record the value for JWT_Token.
  3. For subsequent API requests, ensure that the header contains the value Authorization: Bearer <token>.

    You may also use this token to authorize API requests via the documentation page. To do so,

    • At the top of the API documentation page, click Authorize.
    • In the Value field, enter the token.
    • Click Authorize.

API Documentation

The detailed documentation for the QoreStor API is hosted on your QoreStor serer. To view the documentation, enter the URL below into a browser.

https://<QoreStor Server>:5233//api/docs/index.html

NOTE: In the example above, replace <QoreStor  Server> with the FQDN or IP address of your QoreStor server.

The API documentation contains the following:

  • An Authorize button to enable authentication.
  • A list of available API resource categories. Each list is expandable to reveal the resources in each category.
  • Each resource listing can be expanded to view the resource description, parameters and responses, and a Try it Out button that can be used to run the API call with entered parameters.

To view and test an API

NOTE: The example below uses the GET containers request. The steps are similar for other requests.

  1. Before testing the API, authenticate as described in Authentication.
  2. In the resource list, expand Containers.
  3. Find the Get Containers request (GET/v1/Containers) and click to expand.
  4. Click Try it Out. Note that the parameters fields are now enabled.

    NOTE: Parameters for Get Containers are optional. Some requests have required parameters.

  5. Optionally, enter the parameters as described below:
    • Storage Group - The name of the storage group to which the containers belong
    • Type - required container type (cloud, link, or tier)
  6. Click Execute.

 

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating