You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

REST API Method: GET /rest/globalsecurityoptions

Retrieves all resource schema elements and values of the Global User Security Options.

URL:

https://134.56.227.163/rest/globalsecurityoptions

HTTP Method

GET

Requires Authentication:

true

Parameters

Name Required Values Description
filterNoconfigThe type of filtered information in the response. If no filters are specified, all get applied.

Usage Example: (about cURL | requires a session token)

curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt 
-i https://134.56.227.163/rest/globalsecurityoptions

Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
</status>
 <globalsecurityoptions href="https://134.56.72.218/rest/globalsecurityoptions">
  <ConfigIEState>1</ConfigIEState>
  <EnhPassSecurity>0</EnhPassSecurity>
  <LockoutDuration>5</LockoutDuration>
  <MaxPassConsec>0</MaxPassConsec>
  <MaxPassLife>180</MaxPassLife>
  <MinPassDelta>1</MinPassDelta>
  <MinPassDigits>1</MinPassDigits>
  <MinPassLen>8</MinPassLen>
  <MinPassLower>1</MinPassLower>
  <MinPassSpecial>1</MinPassSpecial>
  <MinPassUpper>1</MinPassUpper>
  <NumFailedLoginsForLockout>3</NumFailedLoginsForLockout>
  <SetPasswordLife>0</SetPasswordLife>
  <rowID>32925</rowID>
 </globalsecurityoptions>
</root>
  • No labels