Exam 156-3158120 All QuestionsBrowse all questions from this exam
Question 4

What command verifies that the API server is responding?

    Correct Answer: D

    To verify that the API server is responding, the command 'api status' is used. This command checks the current status of the API server and confirms whether it is running or not. The other options do not represent typical command structures for this purpose.

Discussion
KuKuKu83Option: D

You don't have to be in export mode to run the command api status. To verify that the API server is running, run the following command in Expert mode: api status To start the API server, run the following command in Expert mode: api start To stop the API server, run the following command in Expert mode: api stop