Skip to content

Commit

Permalink
Merge pull request #72 from koushikcgit/CP-9895
Browse files Browse the repository at this point in the history
CP-9895: Added originator for xapi login_with_password
  • Loading branch information
thomassa committed Jun 16, 2015
2 parents 050d34d + 9f604c6 commit 54d464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen-api-plugin/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Client applications who wish to invoke operations on this custom service
should first use the XenAPI to acquire a valid *session_id*, for example
using the XenAPI

session.login_with_password(username, password)
session.login_with_password(username, password, version, originator)

Once a valid session_id has been acquired, a client may issue
1. HTTP GET
Expand Down

0 comments on commit 54d464d

Please sign in to comment.