Versions Compared

Key

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

...

All endpoints also have a minimum list of required fields. These are:


'applications': 'name','org_id'
'agents': 'name','org_id','status'
'
attributes': 'name','org_id','type','resource','value'
'
baselines': 'name','org_id'
'
buildings': 'name','org_id','location_id'
'
clouds': 'name','org_id','type'
'
clusters': 'name','org_id'
'
collectors': 'name','org_id','status'
'configuration': 'value'
'
connections': 'name','org_id'
'
credentials': 'name','org_id','type','credentials'
'
dashboards': 'name','org_id', 'options', 'sidebar'
'
discoveries': 'name','org_id','type'
'
discovery_scan_options': 'name','org_id'
'
fields': 'name','org_id','type','placement','group_id'
'
files': 'name','org_id','path'
'
floors': 'name','org_id','building_id'
'
groups': 'name','org_id','sql'
'
integrations': 'name','org_id','options'
'
ldap_servers': 'name','org_id','lang','host','port','secure','domain','type','version','use_auth','use_roles','refresh'
'
licenses': 'name','org_id','org_descendants','purchase_count','match_string'
'
locations': 'name','org_id'
'
networks': 'name','org_id','network'
'
orgs': 'name','parent_id'
'
queries': 'name','org_id','sql','menu_category','menu_display'
'queue': 'type'
'
racks': 'name','org_id','row_id'
'
rack_devices': 'rack_id','system_id','position','height'
'
roles': 'name','permissions'
'
rooms': 'name','org_id','floor_id'
'
rows': 'name','org_id','room_id'
'
rules': 'name','org_id','weight','inputs','outputs'
'
scripts': 'name','org_id','options','based_on'
'
summaries': 'name','org_id','table','column','menu_category'
'
tasks': 'name','org_id','type','sub_resource_id','uuid','enabled','minute','hour','day_of_month','month','day_of_week'
'
users': 'name','org_id','lang','active','roles','orgs'
'
widgets': 'name','org_id','type'


An example JSON POST body is below. This should be attached to the "data" form item.

...