The following request gets a list of realms for Kerberos authentication
registered in Common Services.
Execution permission
You must be a system administrator or a security administrator.
Request line
GET base-URL/security/v1/kerberos-realm
Response message
Coding example
curl -v -X GET -s "https://example.com:443/portal/security/v1/kerberos-realm" -H "Authorization:Bearer eyJhbxxx"
Tip: Because this request uses SSL
communication, you must either run the curl command with the root
certificate of the Common Services server certificate
specified for the --cacert option, or run the command with the
-k option specified. (The -k option runs the command by
ignoring SSL errors.)