-
Notifications
You must be signed in to change notification settings - Fork 5
Management Resource
[User Guide](User Guide) | [Web Service API](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 |
|---|---|---|
Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)
