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

While using the Gaia CLI, what is the correct command to publish changes to the management server?

    Correct Answer: B

    The correct command to publish changes to the management server while using the Gaia CLI is 'mgmt publish'. This command is specifically designed to publish changes that have been made, ensuring they are applied to the management server. Commands like 'json publish' or 'commit' serve different purposes or may not be valid in this context.

Discussion
jerj5Option: B

Correct Example > mgmt add host name myHost12 ip-address 3.3.3.3 > mgmt publish message "OK" number-of-published-changes 1 >

KuKuKu83Option: D

commit - End transaction by committing changes.

c0be09e

It's asking to publish, not commit. B is correct

david_vera

Commit install the changes to the gateway. Here is asking for publish in management server. B is correct.