nsc reservation describe
Describes a reservation.
reservation describe prints the current state of a capacity reservation,
including whether it is still pending or has been fulfilled. Use it to check
on a reservation you created earlier, before deciding whether to keep
waiting on it (reservation wait) or cancel it (reservation cancel).
Usage
nsc reservation describe <reservation_id> [--output <plain|json>]Example
$ nsc reservation describe rsv_8f3k2m9p1qOptions
--output, -o <format>
Output format. One of plain or json. Default is plain.