HP OneView REST API Reference

logindomains
logindomains.html[10/17/2013 10:36:05 AM]
REST API Response Codes
Examples
DELETE https://{appl}/rest/logindomains/{loginDomain}
The following example obtains a directory identifier for directory, MyDirectory
Using GET https://example.com/rest/logindomains
Response:
{"name":"MyDirectory",
"loginDomain":"1",
"uri":"/rest/logindomains/1",
...
}
The following example removes the directory, myLoginDomain which is identified as 1
https://example.com/rest/logindomains/myLoginDomain
LoginInfo
description: Data model for the login credentials used for authentication
type: object
Properties
userName: description: The user name
type: string
password: description: The password
type: string
authnHost: description: The host name
type: string
authLoginDomain: description: The name of the directory
type: string
LoginDomainConfigInfo
description: Data model for a directory configuration
type: object
Properties
category: description: Resource category used for authorizations and resource type groupings
type: string
name: description: The name of the directory
type: string
created: description: Date and time when the resource was created
format: YYYY-MM-DDThh:mm:ss.sssZ
type: string