{"type":"api","title":"Get Roles","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/c92e7384-b2f4-3d3b-8e8e-03a9325b07bb","info":{"title":"Crosswork RBAC API - Version 1","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"description":"Crosswork Role-based Access Control APIs","license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"1.0.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/RBAC/rbac-v1-overview.md"}},"swagger":"2.0","basePath":"/crosswork/aaa/v1","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":"Get Roles","operationId":"GetRoles","responses":{"200":{"description":"OK. The request was successful. The result is contained in the response body.","schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"The unique programmatic identifier for the RBAC role."},"org_id":{"type":"string","description":"The unique identifier of the organization to which this role belongs. This allows for multi-tenancy."},"rate":{"type":"number","format":"float","description":"The maximum number of requests allowed within the 'per' time window for this role."},"per":{"type":"number","format":"float","description":"The time window (in seconds) over which the 'rate' limit is applied."},"quota_max":{"type":"string","format":"int64","description":"The maximum number of requests allowed within the 'quota_renewal_rate' period. A value of -1 typically indicates unlimited quota."},"quota_renewal_rate":{"type":"string","format":"int64","description":"The duration (in seconds) after which the 'quota_max' resets."},"access_rights":{"type":"object","additionalProperties":{"type":"object","properties":{"api_name":{"type":"string","description":"A human-readable name or title for the API (e.g., 'Alarms APIs', 'Users and Roles Management APIs')."},"api_id":{"type":"string","description":"The unique programmatic identifier for the API to which these access rights apply."},"versions":{"type":"array","description":"A list of API versions for which these permissions are valid.","items":{"type":"string"}},"allowed_urls":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string","description":"A URL pattern to which the access rule applies."},"methods":{"type":"array","description":"A list of HTTP methods (e.g., 'GET', 'POST', 'PUT', 'DELETE', 'PATCH') that are permitted for the specified URL.","items":{"type":"string"}}},"$$ref":"#/definitions/rbacAccessSpec"}}},"$$ref":"#/definitions/rbacAccessDefinition"}},"hmac_enabled":{"type":"boolean","format":"boolean","description":"A boolean flag indicating whether HMAC (Hash-based Message Authentication Code) is enabled for users with this role, enforcing message integrity and authentication."},"active":{"type":"boolean","format":"boolean","description":"A boolean flag indicating if the role is currently active and can be assigned to users. 'true' means active, 'false' means inactive."},"is_inactive":{"type":"boolean","format":"boolean","description":"An alternative boolean flag indicating if the role is currently inactive. This might be redundant with 'active' and should be reviewed for consistency. 'true' means inactive, 'false' means active."},"tags":{"type":"array","description":"A list of arbitrary string tags used for categorization, searching, or grouping of roles.","items":{"type":"string"}},"key_expires_in":{"type":"string","format":"int64","description":"The duration (in seconds) after which API keys issued to users with this role will expire. A value of -1 typically indicates no expiration."},"partitions":{"type":"object","description":"Defines how policies related to quotas, rate limits, or ACLs are partitioned or scoped for this role, potentially based on a specific policy ID.","properties":{"quota":{"type":"boolean","format":"boolean","description":"Indicates whether quota policies are partitioned or scoped for this role."},"rate_limit":{"type":"boolean","format":"boolean","description":"Indicates whether rate limiting policies are partitioned or scoped for this role."},"acl":{"type":"boolean","format":"boolean","description":"Indicates whether Access Control List (ACL) policies are partitioned or scoped for this role."}},"$$ref":"#/definitions/rbacPolicyPartitions"},"last_updated":{"type":"string","description":"The timestamp (in ISO 8601 format) indicating when this role definition was last modified."}},"example":{"id":"adminRole","org_id":"1","rate":1000,"per":60,"quota_max":-1,"quota_renewal_rate":60,"access_rights":{"Alarms":{"api_name":"Alarms APIs","api_id":"Alarms","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"aaa_cwaaa":{"api_name":"Users and Roles Management APIs","api_id":"aaa_cwaaa","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""}},"hmac_enabled":false,"active":true,"is_inactive":false,"tags":["admin","updated"],"key_expires_in":"3600","partitions":{"enabled":true,"policy_id":"somePolicyId"},"last_updated":"2025-07-01T12:25:21Z"},"title":"Role represents a collection of security options, such as access rights to APIs, which are deployed on the system.","$$ref":"#/definitions/rbacRole"},"example":{"adminRole":{"_id":"","id":"","org_id":"1","rate":1000,"per":60,"quota_max":-1,"quota_renewal_rate":60,"access_rights":{"Alarms":{"api_name":"Alarms APIs","api_id":"Alarms","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"aaa_cwaaa":{"api_name":"Users and Roles Management APIs","api_id":"aaa_cwaaa","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"aaa_cwauthconfig":{"api_name":"Remote Authentication Servers Integration APIs","api_id":"aaa_cwauthconfig","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"aaa_cwpassword":{"api_name":"Password Change APIs","api_id":"aaa_cwpassword","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"aaa_pref":{"api_name":"User Preferences","api_id":"aaa_pref","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-forwarding-service":{"api_name":"Alarm Notification APIs","api_id":"alarm-forwarding-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-forwarding-service-changeLogLevel-rest-api":{"api_name":"Alarm Notification Loggers APIs","api_id":"alarm-forwarding-service-changeLogLevel-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-forwarding-service-listAllLoggers-rest-api":{"api_name":"Alarm Notification Loggers APIs","api_id":"alarm-forwarding-service-listAllLoggers-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-processing-service":{"api_name":"Alarm Processing APIs","api_id":"alarm-processing-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-processing-service-changeLogLevel-rest-api":{"api_name":"Alarm Processing Loggers APIs","api_id":"alarm-processing-service-changeLogLevel-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-processing-service-listAllLoggers-rest-api":{"api_name":"Alarm Processing Loggers APIs","api_id":"alarm-processing-service-listAllLoggers-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-rest-service":{"api_name":"Alarm Rest APIs","api_id":"alarm-rest-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-rest-service-changeLogLevel-rest-api":{"api_name":"Alarm Rest Loggers APIs","api_id":"alarm-rest-service-changeLogLevel-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"alarm-rest-service-listAllLoggers-rest-api":{"api_name":"Alarm Rest Loggers APIs","api_id":"alarm-rest-service-listAllLoggers-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cat-fp-deployment-manager":{"api_name":"CAT FP Deployment Manager APIs","api_id":"cat-fp-deployment-manager","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cat-restconf-istp-rest-api":{"api_name":"CAT ISTP REST APIs","api_id":"cat-restconf-istp-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cat-service-overlay":{"api_name":"CAT Service Overlay APIs","api_id":"cat-service-overlay","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"chassis_view_chassisview_id":{"api_name":"Chassis view APIs","api_id":"chassis_view_chassisview_id","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"chassis_view_configuration_id":{"api_name":"Chassis view configuration APIs","api_id":"chassis_view_configuration_id","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cnc_cat_aa_ui_service":{"api_name":"CAT SH UI APIs","api_id":"cnc_cat_aa_ui_service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cnc_cat_ui_service":{"api_name":"CAT UI APIs","api_id":"cnc_cat_ui_service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"collection_dg-manager":{"api_name":"Data Gateway Manager APIs","api_id":"collection_dg-manager","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-clms":{"api_name":"Common Licensing Management Service (CLMS) APIs","api_id":"cw-clms","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-distributed-cache":{"api_name":"Distributed Cache APIs","api_id":"cw-distributed-cache","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-event-based-inventory":{"api_name":"Event based Inventory APIs","api_id":"cw-event-based-inventory","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-geo-service":{"api_name":"Geo APIs","api_id":"cw-geo-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-grouping-service":{"api_name":"Grouping APIs","api_id":"cw-grouping-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-icon-server":{"api_name":"ICON Server APIs","api_id":"cw-icon-server","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-inventory":{"api_name":"Inventory APIs","api_id":"cw-inventory","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-inventory-job-dashboard":{"api_name":"Inventory Job APIs","api_id":"cw-inventory-job-dashboard","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-topo-visualization":{"api_name":"Topology APIs","api_id":"cw-topo-visualization","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cw-views-service":{"api_name":"Views APIs","api_id":"cw-views-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"cwcollection":{"api_name":"Collection APIs","api_id":"cwcollection","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"data-retention-service":{"api_name":"Alarm Data Purging APIs","api_id":"data-retention-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"data-retention-service-changeLogLevel-rest-api":{"api_name":"Alarm Data Purging Loggers APIs","api_id":"data-retention-service-changeLogLevel-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"data-retention-service-listAllLoggers-rest-api":{"api_name":"Alarm Data Purging Loggers APIs","api_id":"data-retention-service-listAllLoggers-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"dg-manager-global-parameters-api":{"api_name":"Data Gateway Global Parameters API","api_id":"dg-manager-global-parameters-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"dg-manager-global-resources-reset-api":{"api_name":"Data Gateway Global Resources Reset API","api_id":"dg-manager-global-resources-reset-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"dg-manager-global-resources-update-api":{"api_name":"Data Gateway Global Resources Update API","api_id":"dg-manager-global-resources-update-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"dg-manager-reboot-api":{"api_name":"Data Gateway Reboot API","api_id":"dg-manager-reboot-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"dg-manager-showtech-api":{"api_name":"Data Gateway Showtech API","api_id":"dg-manager-showtech-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"event-processing-service":{"api_name":"Alarm Update REST APIs","api_id":"event-processing-service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"event-processing-service-changeLogLevel-rest-api":{"api_name":"Event Processing Service Loggers APIs","api_id":"event-processing-service-changeLogLevel-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"event-processing-service-listAllLoggers-rest-api":{"api_name":"Event Processing Service Loggers APIs","api_id":"event-processing-service-listAllLoggers-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"inventory_cwinventory":{"api_name":"Inventory APIs","api_id":"inventory_cwinventory","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-1":{"api_name":"Alarm Retrieval APIs","api_id":"nb-api-alarm-1","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-2":{"api_name":"Alarm Root Cause APIs","api_id":"nb-api-alarm-2","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-3":{"api_name":"Alarm Symptom APIs","api_id":"nb-api-alarm-3","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-4":{"api_name":"Alarm By Service APIs","api_id":"nb-api-alarm-4","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-5":{"api_name":"Alarm Handle APIs","api_id":"nb-api-alarm-5","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-1":{"api_name":"Notification Subscription APIs","api_id":"nb-api-alarm-nt-1","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-2":{"api_name":"Notification Subscription Admin APIs","api_id":"nb-api-alarm-nt-2","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-3":{"api_name":"Notification Clear Topic APIs","api_id":"nb-api-alarm-nt-3","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-4":{"api_name":"Notification All Subscription APIs","api_id":"nb-api-alarm-nt-4","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-5":{"api_name":"Notification Clear Sockets APIs","api_id":"nb-api-alarm-nt-5","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-6":{"api_name":"Notification Clear Connection Less APIs","api_id":"nb-api-alarm-nt-6","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-7":{"api_name":"Notification Subscription APIs","api_id":"nb-api-alarm-nt-7","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-8":{"api_name":"Notification Subscription APIs","api_id":"nb-api-alarm-nt-8","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-alarm-nt-9":{"api_name":"Notification Subscription APIs","api_id":"nb-api-alarm-nt-9","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-auditlog":{"api_name":"Audit Log APIs","api_id":"nb-api-inv-auditlog","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-bulk-import":{"api_name":"BulkImport APIs","api_id":"nb-api-inv-bulk-import","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-chassis":{"api_name":"Chassis APIs","api_id":"nb-api-inv-chassis","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-equipment":{"api_name":"Equipment APIs","api_id":"nb-api-inv-equipment","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-module":{"api_name":"Module APIs","api_id":"nb-api-inv-module","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-node":{"api_name":"Node APIs","api_id":"nb-api-inv-node","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-pep":{"api_name":"ProtocolEndpoint APIs","api_id":"nb-api-inv-pep","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-physicalconnector":{"api_name":"Physical Connector APIs","api_id":"nb-api-inv-physicalconnector","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-set-node":{"api_name":"Set Node APIs","api_id":"nb-api-inv-set-node","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-sync-node":{"api_name":"Synchronize Node APIs","api_id":"nb-api-inv-sync-node","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nb-api-inv-tp":{"api_name":"Termination Point APIs","api_id":"nb-api-inv-tp","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nso-connector":{"api_name":"NSO Connector APIs","api_id":"nso-connector","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"nso-fp-dep-mngr":{"api_name":"Function Pack Deployment APIs","api_id":"nso-fp-dep-mngr","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"oam":{"api_name":"OAM Service APIs","api_id":"oam","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"optima_analytics_api":{"api_name":"OPTIMA Analytics API","api_id":"optima_analytics_api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"optima_analytics_service":{"api_name":"OPTIMA Analytics Service APIs","api_id":"optima_analytics_service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"optima_optima_ui_service":{"api_name":"Optimization Engine UI APIs","api_id":"optima_optima_ui_service","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"optima_restconf_v2":{"api_name":"Optimization Engine RESTCONF API v2","api_id":"optima_restconf_v2","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"platform_cwplatform":{"api_name":"Platform APIs","api_id":"platform_cwplatform","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"proxy_cw-proxy":{"api_name":"Crosswork Proxy APIs","api_id":"proxy_cw-proxy","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-changeLogLevel-rest-api":{"api_name":"SWIM Loggers APIs","api_id":"swim-changeLogLevel-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-collection":{"api_name":"SWIM APIs","api_id":"swim-collection","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-jobrest":{"api_name":"SWIM APIs","api_id":"swim-jobrest","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-listAllLoggers-rest-api":{"api_name":"SWIM Loggers APIs","api_id":"swim-listAllLoggers-rest-api","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-nbi":{"api_name":"SWIM NBI APIs","api_id":"swim-nbi","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-recommendation":{"api_name":"SWIM APIs","api_id":"swim-recommendation","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-repository":{"api_name":"SWIM APIs","api_id":"swim-repository","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-rest":{"api_name":"SWIM APIs","api_id":"swim-rest","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"swim-treetable":{"api_name":"SWIM APIs","api_id":"swim-treetable","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""},"tsdn_cat-restconf-nbi":{"api_name":"CAT Inventory RESTCONF APIs","api_id":"tsdn_cat-restconf-nbi","versions":["Default"],"allowed_urls":[{"url":"/.*","methods":["GET","POST","PUT","PATCH","DELETE"]}],"limit":null,"allowance_scope":""}},"hmac_enabled":false,"active":true,"is_inactive":false,"tags":[],"key_expires_in":-1,"partitions":{"quota":false,"rate_limit":false,"acl":false},"last_updated":""}},"$$ref":"#/definitions/rbacRoles"}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"tags":["rbac"],"__originalOperationId":"GetRoles","consumes":["application/json"],"produces":["application/json"],"security":[{"bearerAuth":[]}],"method":"get","path":"/role"}}