Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

yupdateupdate{id}/updateShow the script details with the option to update attributes using PATCH to {id}Import multiple {collection} using a CSV.
Request Method
ID
Action
Resulting Function
Permission Required
URL Example
Notes
GETncreatecreate_form{collection}::create/{collection}/createDisplays a standard web form for submission to POST /{collection}.
GETnimportimport_form{collection}::updatecreate/{collection}/importDisplays a standard web form for submission to POST /{collection}/import.
POSTGETnimportimport_form{collection}::create/{collection}/importDisplays a standard web form for submission to POST /{collection}/import.POSTnimportimport{collection}::create/{collection}/importImport multiple {collection} using a CSV.
GETyexecuteexecute(collection)::see below/{collection}/{id}/executeSome collections can be executed - queries, tasks, discoveries


Execute permissions required per endpoint

EndpointPermission
baselinesread
cloudsread
dashboardsread
databaseupdate
discoveryupdate
groupsread
queriesread
summariesread
tasksread


Sort

To sort by a database column, user "sort={attribute}". To reverse sort, insert a minus, thus "sort=-{attribute}".

...

Requested properties should be in a comma-separated list. Properties should be fully qualified - ie, system.hostname (not just hostname).

Code Block
properties=system.id,system.name,system.status

You can also specify properties using the below format.

Code Block
properties=["system.id","system.name","system.status"]


Filter

To filter by a property value, use the property name. Operators that should precede the value are !=, >, >=, <, <=, 'like' and '!like'. If no operator is specified, the default is =. Properties should be fully qualified - ie, system.hostname (not just hostname).

...

NAMENAMENAME
audit_log
bios
change_log
credentialscredential
disk
dns
edit_log
ip
log
memory
module
monitor
motherboard
netstat
network
optical
pagefile
partition
print_queue
processor
radio
route
san
scsi
server
server_item 
service
share
software
software_key
sound
task
user
user_group
variable
video
vm
windows

...