What API command below creates a new host object with the name "My Host" and IP address of "192.168.0.10"?
What API command below creates a new host object with the name "My Host" and IP address of "192.168.0.10"?
The correct API command for creating a new host object named "My Host" with the IP address "192.168.0.10" is the one that uses the 'mgmt_cli' command with proper parameters. This command specifically mentions 'add host', which directly corresponds to creating a new host object. Therefore, the correct answer is 'mgmt_cli -m <mgmt ip> add host name "My Host" ip-address "192.168.0.10"'.
correct
Correct