/rbkcli/cmdlet/sync
Methods
post
'responses': { '200': { 'description': str('Returns status of the sync task.'), 'schema': { 'CmdletSyncInfo': { 'properties': { 'result': { 'description': 'The result of the requested operation.', 'type': 'string' } } } } } },{ "result": "<value>" }
$ rbkcli cmdlet sync -m post { "result": "Applied cmdlets profile to environment configuration." }
Last updated