hpe-container-platform-community/hpecp-python-library

Provide additional parameters for login

snowch opened this issue · 2 comments

{
  "name": "admin",
  "password": "admin",
  "domain": "string",
  "saml_response": "string",
  "tenant_key": "string",
  "tenant": "/api/v1/tenant/2",
  "tenant_name": "Demo Tenant"
}
{
  "password": "string",
  "tenant": "/api/v1/tenant/2",
  "tenant_name": "Demo Tenant",
  "site_admin_view": true
}

There is also a site_admin_view parameter for /session

Tenant parameter implemented with dc1a111