/rbkcli/cmdlet/profile
Methods
get
'responses': { '200': { 'description': str('Returns a list of avail' 'able cmdlets profiles'), 'schema': { 'items': { 'CmdletsProfileInfo': { 'properties': { 'name': { 'description': 'Name of the existing profile.', 'type': 'string' }, 'path': { 'description': 'Path to the existing profile.', 'type': 'string' }, } } } } } }, `[ { "name": "<value>", "path": "<value>" } ]
$ rbkcli cmdlet profile [ { "name": "cmdlets", "path": "/home/bmanesco/rbkcli/conf/cmdlets/cmdlets.json" } ]
post
Last updated