Setting Up with An internal userstore, SAML, LDAP Or OIDC
Setting up with an internal userstore, SAML, LDAP or OIDC
Setting up with an internal userstore, SAML, LDAP or OIDC
Request
URI
POST
https://{opsmanager-installation}/api/v0/setup
COPY
Request Body
Setup
of type(s)
application/json
Required
{
"identity_provider": "string",
"decryption_passphrase": "string",
"decryption_passphrase_confirmation": "string",
"http_proxy": "string",
"https_proxy": "string",
"no_proxy": "string",
"admin_user_name": "string",
"admin_password": "string",
"admin_password_confirmation": "string"
}
Responses
200
OK
Returns
EmptyResponse
of type(s)
application/json
Operation doesn't return any data structure
422
Invalid data or Ops Manager has already been setup
OneOf
This class returns at least one of the following:
{
"errors": {
"errors": [
"string"
]
}
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/setup
Authentication Setup Operations
POST
Setting Up with An internal userstore, SAML, LDAP Or OIDC