156-3158120 Exam QuestionsBrowse all questions from this exam

156-3158120 Exam - Question 79


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

Show Answer
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

2 comments
Sign in to comment
KuKuKu83Option: D
May 27, 2024

commit - End transaction by committing changes.

c0be09e
Jul 10, 2024

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

david_vera
Jul 17, 2024

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

jerj5Option: B
Jul 12, 2024

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