{ "opencollection": "1.0.0", "info": { "name": "Red Hat Ansible Automation Platform Add-Ons Realms API", "version": "2.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Realms", "type": "folder" }, "items": [ { "info": { "name": "Red Hat List Realms", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/admin/realms" }, "docs": "Retrieves the list of all realms accessible to the authenticated admin user." }, { "info": { "name": "Red Hat Get a Realm", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/admin/realms/:realm", "params": [ { "name": "realm", "value": "", "type": "path", "description": "The name of the Keycloak realm." } ] }, "docs": "Retrieves the configuration of a specific realm, including its login settings, token policies, and enabled features." }, { "info": { "name": "Red Hat Update a Realm", "type": "http" }, "http": { "method": "PUT", "url": "https://ansible-platform.example.com/admin/realms/:realm", "params": [ { "name": "realm", "value": "", "type": "path", "description": "The name of the Keycloak realm." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific realm. All writable fields can be modified." } ] } ], "bundled": true }