{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/c0404d8d-ff8e-36e9-bb59-ee336d247534","info":{"title":"Crosswork Change Automation API","version":"7.1.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"description":"A web server dedicated to RESTful queries into the Crosswork Change Automation application."},"x-parser-conf":{"overview":{"markdownPath":"reference/CAHI/change_automation.overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server_ip}:30603/crosswork/nca/v1","description":"Generated server url"}]},"spec":{"type":"object","description":"Change Automation Mops Read Request","properties":{"limit":{"type":"integer","format":"int64","description":"Denotes the number of mops per page requested by user."},"page":{"type":"integer","format":"int64","title":"The page number of the result. Page number subtracted by 1 and multiplied\nby the limit determines the offset from which records are returned","description":"The page number of the result. Page number subtracted by 1 and multiplied\nby the limit determines the offset from which records are returned"},"mop_name":{"type":"string","title":"Filter results mop name. The value is applied in a partial string search on\nthe filter.name field. Wildcard based search is not supported. For example,\nvalue could be 'interface' if the user wishes to retrieve all mop which\ncontain interface in it's name","description":"Filter results mop name. The value is applied in a partial string search on\nthe filter.name field. Wildcard based search is not supported. For example,\nvalue could be 'interface' if the user wishes to retrieve all mop which\ncontain interface in it's name"},"description":{"type":"string","title":"Filter results by mop description. The value is applied in a partial string\nsearch on the filter.name field. Wildcard based search is not supported.\nFor example, value could be 'interface' if the user wishes to retrieve all\nmop which contain interface in it's description","description":"Filter results by mop description. The value is applied in a partial string\nsearch on the filter.name field. Wildcard based search is not supported.\nFor example, value could be 'interface' if the user wishes to retrieve all\nmop which contain interface in it's description"},"sw_platform":{"type":"string","description":"Filter by software platform. The value is applied is case insensitve and\nperform complete string match."},"created_by":{"type":"string","title":"Filter results by owner name of the mop. Only the playbook belonging to a\nuser value will be returned","description":"Filter results by owner name of the mop. Only the playbook belonging to a\nuser value will be returned"},"version":{"type":"string","title":"Filter by mop version. The version filter will be applied as a case\nsensitive string","description":"Filter by mop version. The version filter will be applied as a case\nsensitive string"},"predefined_only":{"type":"boolean","title":"Only return prefined playbooks","description":"Only return prefined playbooks"},"sort_by":{"title":"Sort by one of the available fields","description":"Sort by one of the available fields","type":"string","enum":["mop_name","description","platform","created_by","version","modified_time"],"default":"mop_name","$$ref":"#/components/schemas/change_automationMopsReadReqSortBy"},"order":{"title":"Ordering for the sort. Used when a sort_by is specified","description":"Ordering for the sort. Used when a sort_by is specified","type":"string","enum":["asc","desc"],"default":"asc","$$ref":"#/components/schemas/change_automationOrder"},"labels":{"type":"array","items":{"type":"string"},"title":"Filter results by labels","description":"Filter results by labels"},"auth_role":{"type":"array","items":{"type":"string"},"title":"Filter results by roles","description":"Filter results by roles"}},"$$ref":"#/components/schemas/change_automationMopsReadReq","title":"change_automationMopsReadReq"}}