In HUAWEI CLOUD Stack, to view details about a specific instance, you can run openstack server _____ < server > . The < server > parameter specifies the instance ID or name. Which of the following parameters should be entered in the blank?
The correct answer is C. show . Official OpenStack command-line documentation explicitly lists the command openstack server show <server> and explains that it is used to show server details . The same documentation states that the < server > argument represents the server name or ID , which matches the wording in your question exactly.
The other options are not correct in this context. openstack server list displays a list of servers rather than the details of one specific instance. query and conf are not valid standard subcommands for this OpenStack server-detail operation. Since HUAWEI CLOUD Stack operations in this area follow OpenStack command syntax for instance inspection and lifecycle management, the proper command for viewing one instance’s details is openstack server show < server > .
Therefore, after correcting the sentence format, the blank should be filled with show , and the full verified command is openstack server show <server> . That makes the correct answer C .
========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit