Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Management Resource

Lauren Padia edited this page Mar 22, 2017 · 3 revisions

User Guide | Web Service API


Web API Management Endpoints

Provides methods to retrieve the audit trail history for an Argus object. Audit trails provide a history of changes and other events for an object.

Endpoint Method Description
/management/administratorprivilege PUT Grants administrative privileges
/management/cleanuprecords PUT Cleans up records marked for deletion and orphan records
/management/disablemonitorcountercollection PUT Disables Argus system monitoring
/management/disablescheduling} PUT Disables collection and alert evaluation scheduling
/management/disablewarden PUT Disables warden
/management/enablemonitorcountercollection PUT Enables Argus system monitoring
/management/enablescheduling PUT Enables collection and alert evaluation scheduling
/management/enablewarden PUT Enables warden
/management/reinstateuser PUT Reinstates a suspended user
/management/resetcustomecounters PUT Resets Argus system monitoring custom counters
/management/resetruntimecounters PUT Resets Argus system monitoring runtime counters
/management/resetsystemcounters PUT Resets Argus system monitoring warden counters
/management/runtimedashboard PUT Returns the runtime dashboard
/management/systemdashboard PUT Returns the system dashboard
/management/wardendashboard/{username} PUT Returns the warden dashboard for a user
/management/wardensuspensionlevelanddurations PUT Updates warden infraction level counts and suspension duration
/managementwardenpolicyforuser PUT Updates a warden policy for a user

Administrative Privileges

Resource URL
/management/administratorprivilege

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description
username string
privileged string

Clean Up Records

Clean up records marked for deletion and orphan records.

Resource URL
/management/cleanuprecords

Available Version
2.0

HTTP Method
PUT

Parameters No parameters needed.

Disable System Monitoring

Disable Argus system monitoring.

Resource URL
/management/diablemonitorcountercollection

Available Version
2.0

HTTP Method
PUT

Parameters No parameters needed.

Disable Scheduling

Disables collection and alert evaluation scheduling.

Resource URL
/management/disablescheduling

Available Version
2.0

HTTP Method
PUT

Parameters No parameters needed.

Disable Warden

Diables warden.

Resource URL
/management/disablewarden

Available Version
2.0

HTTP Method
PUT

Parameters No parameters are needed.

Enable System Monitoring

Enables Argus system monitoring.

Resource URL
/management/enablemonitorcountercollection

Available Version
2.0

HTTP Method
PUT

Parameters No parameters needed.

Enable Scheduling

Enables collection and alert evaluation scheduling.

Resource URL
/management/enablescheduling

Available Version
2.0

HTTP Method
PUT

Form Parameters Parameters not needed.

Enable Warden

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Reinstate Users

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Reset Custom Counters

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Reset Runtime Counters

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Reset System COunters

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Get a Runtime Dashboard

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Get a System Dashboard

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Get a Warden Dashboard For a Specific User

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Update Warden Suspensions

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description

Warden Policy Updates

Resource URL

Available Version
2.0

HTTP Method
PUT

Form Parameters

Name Type Description
Clone this wiki locally