Getting the Custom Banners
Get the current value of the custom banner text.
The ui_banner_contents
text will be shown in a banner in the Operations Manager web UI on every page.
By default this is null
which means that no banner will be shown.
The ssh_banner_contents
text will be shown as the SSH banner whenever a user connects to an OpsManager over SSH.
By default this is null which means that no banner will be shown.
OK
{
"ui_banner_contents": "string",
"ssh_banner_contents": "string"
}
This text will be shown in a banner in the Operations Manager web UI on every page. By default this is null
which means that no banner will be shown.
This text will be shown as the SSH banner whenever a user connects to an OpsManager over SSH. By default this is null
which means that no banner will be shown.
curl -H 'Authorization: <value>' https://{api_host}/api/v0/settings/banner