Summary:
List active config from a server, determined by the optional parameter(s)
URL:
http(s)://{server hostname}/api/cfg/serverConfig?{parameter=true}&{parameter=true}&{parameter=true}
Methods summary
- GET Method - lists active config from a server, determined by the selected parameters.
GET Method detail
Lists active config from a server, determined by the selected parameters.
Request:
Specify the parameters used to populate the list, choosing from:
- includeUsers
- includeUserGroups
- includeViews
- includePasswords
If passwords are included, the output only returns the encoded form of the passwords.
Example:
INPUT
curl -u admin:admin https://localhost/api/cfg/serverConfig?includeUsers=true&includeUserGroups=true&includeViews=true&includePasswords=true?media=json
OUTPUT
[ on success, displays the config definition ]
Comments
0 comments
Please sign in to leave a comment.