{"type":"api","title":"Secured API names and IDs by feature","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/859319a3-b665-360d-afbc-0138146ec9bc","info":{"title":"Crosswork RBAC API - Version 2","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"description":"Crosswork Role-based Access Control APIs - Version 2","license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"2.0.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/RBAC/rbac-v2-overview.md"}},"swagger":"2.0","basePath":"/crosswork/aaa/v2","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Use a bearer token to authenticate requests. Include the token in the Authorization header with the prefix 'Bearer '."}}},"spec":{"summary":"Secured API names and IDs by feature","description":"Get names and IDs of the secured APIs grouped by the feature they belong to","operationId":"GetAuthorizedAPIsByFeature","responses":{"200":{"description":"OK. The request was successful. The result is contained in the response body.","schema":{"type":"array","items":{"type":"object","description":"Represents a single API with its unique identifier and human-readable name.","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."}},"required":["api_id","name"],"example":{"api_id":"cwnca","name":"NCA api"},"$$ref":"#/definitions/rbacSecuredApiItem"},"example":{"Change Automations":[{"api_id":"cwnca","name":"NCA api"},{"api_id":"robot-nca","name":"robot-nca api"}],"Core Infra":[{"api_id":"api_v1_services","name":"api/v1/services api"},{"api_id":"api_v1_spans","name":"api/v1/spans api"},{"api_id":"api_v1_trace","name":"api/v1/trace api"},{"api_id":"api_v1_traces","name":"api/v1/traces api"},{"api_id":"cwauthconfig","name":"Auth Server Config api"},{"api_id":"cwsso","name":"Authentication api"},{"api_id":"gcp-service","name":"gcp-service api"},{"api_id":"grafana.monitoring","name":"grafana.monitoring api"},{"api_id":"nbi_v1_assurance","name":"nbi/v1/assurance api"},{"api_id":"nbi_v1_central-inventory","name":"nbi/v1/central-inventory api"},{"api_id":"cwpassword","name":"Password Change api"},{"api_id":"robot-grafana","name":"robot-grafana api"},{"api_id":"robot-logger","name":"robot-logger api"},{"api_id":"robot-ui","name":"robot-ui api"},{"api_id":"robot","name":"Robot_Infra_API_Proxy"},{"api_id":"rpd-service-manager","name":"rpd-service-manager api"},{"api_id":"rpd-service-manager-socket","name":"rpd-service-manager-socket api"},{"api_id":"vmtime","name":"Server Time api"},{"api_id":"cwtopology","name":"Topology api"},{"api_id":"cwaaa","name":"Users and Roles api"},{"api_id":"zipkin","name":"zipkin api"}],"Health Insights":[{"api_id":"cwhi","name":"HI api"}],"Inventory":[{"api_id":"cwinventory","name":"inventory api"}],"Platform":[{"api_id":"cwplatform","name":"Platform api"},{"api_id":"robotctl","name":"robotctl api"}],"T-SDN":[{"api_id":"NSO","name":"NSO proxy api"}]},"$$ref":"#/definitions/rbacSecuredAPIsByFeature"}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"tags":["rbac"],"__originalOperationId":"GetAuthorizedAPIsByFeature","consumes":["application/json; charset=UTF-8"],"produces":["application/json"],"security":[{"bearerAuth":[]}],"method":"get","path":"/api"}}