3.6.4. Display an Operation Description using the Management CLI
Prerequisites
Procedure 3.17. Execute the Command in Management CLI
Run the
read-operation-descriptionoperationFrom the Management CLI, useread-operation-descriptionto display information about the operation. The operation requires additional parameters in the format of a key-value pair to indicate which operation to display. For more details on operation requests, refer to the topic Section 3.5.8, “Use Operations and Commands in the Management CLI”.[standalone@localhost:9999 /]
:read-operation-description(name=name-of-operation)
Example 3.9. Display the list-snapshots operation description
list-snapshots operation.
[standalone@localhost:9999 /] :read-operation-description(name=list-snapshots)
{
"outcome" => "success",
"result" => {
"operation-name" => "list-snapshots",
"description" => "Lists the snapshots",
"reply-properties" => {
"type" => OBJECT,
"value-type" => {
"directory" => {
"type" => STRING,
"description" => "The directory where the snapshots are stored"
},
"names" => {
"type" => LIST,
"value-type" => STRING,
"description" => "The names of the snapshots within the snapshots directory"
}
}
},
"read-only" => false
}
}
The description is displayed for the chosen operation.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.