{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/859319a3-b665-360d-afbc-0138146ec9bc","info":{"title":"Crosswork RBAC API - Version 2","description":"Crosswork Role-based Access Control APIs - Version 2","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"},"version":"7.2.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/RBAC/rbac-v2-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cw_ip}:30603/crosswork/aaa/v2"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Use a bearer token to authenticate requests. Include the token in the Authorization header with the prefix 'Bearer '.","name":"Authorization","in":"header"}}},"spec":{"required":["api_id","name"],"type":"object","properties":{"api_id":{"type":"string","description":"The unique identifier of the API within the system."},"name":{"type":"string","description":"A human-readable name or title for the API, suitable for display in a user interface."}},"description":"Represents a single API with its unique identifier and human-readable name.","example":{"api_id":"cwnca","name":"NCA api"},"$$ref":"#/components/schemas/rbacSecuredApiItem","title":"rbacSecuredApiItem"}}