HP OneView REST API Reference

logindomains/global-settings
logindomains-global-settings.html[10/17/2013 10:36:05 AM]
Examples
GET https://{appl}/rest/logindomains/global-settings/default-login-
domain
The following example retrieves the default directory set
https://example.com/rest/logindomains/global-settings/default-login-
domain
POST Sets the default directory to be used for authentication when a directory is not specified in the login
request.
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Request Body Attributes Description
String Required Name of the directory
Response Description
LoginDomainConfigInfo Returns the configured default directory name
Response Codes
REST API Response Codes
Examples
POST https://{appl}/rest/logindomains/global-settings/default-login-
domain
The following example sets the default directory as myDirectory
https://example.com/rest/logindomains/global-
settings/default-login-domain
"myDirectory"
URI: /rest/{/login-domains/global-settings/schema, /logindomains/global-settings/schema}
Method API
GET Retrieves the formatted schema for the global settings used for authentication
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
JsonSchema[] Returns the collection of JSON schemas for global
settings
Response Codes
REST API Response Codes