- URL:
- https://<root>/security/psa
- Methods:
GET
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The psa
resource provides access to operations that configure the credentials and the login privileges of the primary site administrator account. This account is stored within server and can be used to log into the server and perform administrative workflows. Use the Update operation to change the name and the password for the account. However, if you don't want to use this default administrative account (and prevent anybody from using it to log into Manager), you can use the Disable operation to disable the login capabilities of the account. The JSON response for this resource returns if this account has been disabled or not.
Request parameters
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access the psa
resource:
https://machine.domain.com/webadaptor/admin/security/psa?f=pjson
JSON Response example
{
"disabled": "true"
}