HP OneView REST API Reference

login-sessions
login-sessions.html[10/17/2013 10:36:04 AM]
Response Description
JsonSchema[] Returns a collection of JSON schema for login APIs
Response Codes
REST API Response Codes
Examples
GET https://{appl}/rest/login-sessions/schema
The following example retrieves the formatted schema for the login APIs
https://example.com/rest/login-sessions/schema
LoginSessionId
description: Data model for session token
type: object
Properties
sessionID: description: The session token used for authentication
type: string
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