/license-manager/api/v1/license
Gets PrivX license
Authorization
string
required
OAuth2 token
Successful response, returns the license in JSON format
{
"analytics_enabled": true,
"audit_hosts_in_use": 123,
"creation_date": "2019-06-09T16:33:21.602Z",
"customer": "string",
"expiry_date": "2020-06-04T16:33:21.512Z",
"features": [
"string"
],
"hosts_in_use": 123,
"isoffline": true,
"last_refreshed_date": "2019-04-21T05:09:06.504Z",
"license_code": "string",
"license_message": "string",
"license_status": "VALID",
"max_audited_hosts": 123,
"max_concurrent_https_conns": 123,
"max_concurrent_rdp_conns": 123,
"max_concurrent_ssh_conns": 123,
"max_concurrent_vnc_conns": 123,
"max_hosts": 123,
"max_users": 123,
"message": 123,
"product": "PrivX",
"serial_number": "555668327246377398",
"status": 123,
"type": 123,
"users_in_use": 123
}
/license-manager/api/v1/license
Post a new license to server
"string"
License received and activated
{
"analytics_enabled": true,
"audit_hosts_in_use": 123,
"creation_date": "2019-06-09T16:33:21.602Z",
"customer": "string",
"expiry_date": "2020-06-04T16:33:21.512Z",
"features": [
"string"
],
"hosts_in_use": 123,
"isoffline": true,
"last_refreshed_date": "2019-04-21T05:09:06.504Z",
"license_code": "string",
"license_message": "string",
"license_status": "VALID",
"max_audited_hosts": 123,
"max_concurrent_https_conns": 123,
"max_concurrent_rdp_conns": 123,
"max_concurrent_ssh_conns": 123,
"max_concurrent_vnc_conns": 123,
"max_hosts": 123,
"max_users": 123,
"message": 123,
"product": "PrivX",
"serial_number": "555668327246377398",
"status": 123,
"type": 123,
"users_in_use": 123
}
/license-manager/api/v1/license/refresh
Refresh the license info.
Authorization
string
required
OAuth2 token
License refreshed and activated
{
"analytics_enabled": true,
"audit_hosts_in_use": 123,
"creation_date": "2019-06-09T16:33:21.602Z",
"customer": "string",
"expiry_date": "2020-06-04T16:33:21.512Z",
"features": [
"string"
],
"hosts_in_use": 123,
"isoffline": true,
"last_refreshed_date": "2019-04-21T05:09:06.504Z",
"license_code": "string",
"license_message": "string",
"license_status": "VALID",
"max_audited_hosts": 123,
"max_concurrent_https_conns": 123,
"max_concurrent_rdp_conns": 123,
"max_concurrent_ssh_conns": 123,
"max_concurrent_vnc_conns": 123,
"max_hosts": 123,
"max_users": 123,
"message": 123,
"product": "PrivX",
"serial_number": "555668327246377398",
"status": 123,
"type": 123,
"users_in_use": 123
}
/license-manager/api/v1/license/optin
Settings for SSH license statistics.
optin
boolean
{
"optin": true
}
Settings saved
Empty response
/license-manager/api/v1/license/deactivate
Deactivate license.
Authorization
string
required
OAuth2 token
License deactivated.
Empty response
/license-manager/api/v1/license.js
Get PrivX license javascript snippet
Successful response, returns the license javascript
"string"
Was this page helpful?