/rbkcli/commands
Methods
get
'responses': { '200': { 'description': str('Returns a list of available commands'), 'schema': { 'items': { 'CommandsInfo': { 'properties': { 'version': { 'description': 'Version which the imported endpoint belongs to.', 'type': 'string' }, 'endpoint': { 'description': 'The API callable path, or API name.', 'type': 'string' }, 'method': { 'description': 'Available method to call the API endpoint.', 'type': 'array' }, 'summary': { 'description': 'Short description of the action performed when Endpoint and method are called.', 'type': 'string' }, } } } }, 'table_order': ['version', 'endpoint', 'method', 'summary'] } },[ { "version": "<value>", "endpoint": "<value>", "method": "<value>", "summary": "<value>" } ]
~$ rbkcli commands --filter endpoint~"vmware" --filter endpoint~"snapshot" -T endpoint | method | summary | version ====================================================================================================== vmware vm live_snapshot count {id} | get | Count of all the live snapshots of a VM | internal vmware vm snapshot count | get | Get a count of snapshots | internal vmware vm snapshot mount count | get | Get a count of live mounts | internal vmware vm snapshot mount {id} | get | Get summary information for a live mount | internal vmware vm snapshot mount | get | Get summary information for all live mounts | internal vmware vm snapshot mount {id} | get | Get information for a Live Mount | v1 vmware vm snapshot mount | get | Get Live Mount information | v1 vmware vm snapshot {id} browse | get | List files in VM snapshot | v1 vmware vm snapshot {id} | get | Get VM snapshot details | v1 vmware vm {id} missed_snapshot | get | Get details about missed snapshots for a VM | v1 vmware vm {id} snapshot | get | Get list of snapshots of VM | v1 **Total amount of objects [11]
Last updated