ExamGecko
Question list
Search
Search

Question 366 - 156-315.81 discussion

Report
Export

You plan to automate creating new objects using new R81 Management API. You decide to use GAIA CLI for this task.

What is the first step to run management API commands on GAIA's shell?

A.
mgmt_admin@teabag > id.txt
Answers
A.
mgmt_admin@teabag > id.txt
B.
mgmt_login
Answers
B.
mgmt_login
C.
login user admin password teabag
Answers
C.
login user admin password teabag
D.
mgmt_cli login user ''admin'' password ''teabag'' > id.txt
Answers
D.
mgmt_cli login user ''admin'' password ''teabag'' > id.txt
Suggested answer: B

Explanation:

You plan to automate creating new objects using new R81 Management API. You decide to use GAIA CLI for this task.

The first step to run management API commands on GAIA's shell ismgmt_login. This command allows you to login to the management server and obtain a session ID, which is required for running other management API commands. You can also specify the user name and password as parameters, or enter them interactively. The session ID is stored in the file$CPDIR/tmp/.api_sessionby default, unless you specify a different file name.

Reference:R81 Management API Reference Guide, page 15.

asked 16/09/2024
Matthew McConnell
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first