nerdexam
Dell-EMC

E20-526 · Question #40

How can REST API commands be run to manage and monitor an XtremIO cluster?

The correct answer is C. From a third-party GUI. The XtremIO's RESTful API allows HTTPS-based interface for automation, orchestration, query and provisioning of the system. With the API, third party applications can be used to control and fully administer the array. Normally you would access the API using some form of…

Optimize and Troubleshoot XtremIO Deployments

Question

How can REST API commands be run to manage and monitor an XtremIO cluster?

Exhibit

E20-526 question #40 exhibit

Options

  • AFrom the REST API CLI built into each X-Brick
  • BFrom the REST API GUI built into each X-Brick
  • CFrom a third-party GUI
  • DFrom the REST API tab in the XMS GUI

How the community answered

(60 responses)
  • A
    5% (3)
  • B
    10% (6)
  • C
    83% (50)
  • D
    2% (1)

Explanation

The XtremIO's RESTful API allows HTTPS-based interface for automation, orchestration, query and provisioning of the system. With the API, third party applications can be used to control and fully administer the array. Normally you would access the API using some form of programming/scripting language, such as Python or Perl. However for the purposes of learning or testing concepts there are a number of tools that work better, such as HTTPRrequester and curl. * Curl is a command-line tool that exists in all Linux distributions, and is available for most other Unix OSes as well as Windows. To use curl to access XtremIO you'll need to pass it a few options, such as the username/password to access the array (any valid account on the XtremIO XMS will work), the URL of the API, and potentially a few options such as -k to tell curl not to validate the SSL certificate (presuming you don't have a valid certificate installed), and -s (silent) to stop curl displaying it's progress as it downloads the response. * HTTPRequester is a browser extension that is available for both Chrome and Firefox. As with for curl, you'll need to provide a username/password, which is done by clicking on the "Authentication..." box, which adds two boxes below the URL for the username and the

Topics

#REST API#XMS GUI#cluster management interface#third-party tools

Community Discussion

No community discussion yet for this question.

Full E20-526 Practice