* Required fields.
GETUser info/user/{user_id} PUTUser update/user/{user_id} DELETEUser delete/user/{user_id} GETDevice info/device/{device_id} PUTDevice update/device/{device_id} PUTDevice apply labels/devices/{device_id}/labels DELETEDevice delete/device/{device_id} GETInterface list/device/{device_id}/interfaces GETInterface info/device/{device_id}/interface/{interface_id} POSTInterface create/device/{device_id}/interface PUTInterface update/device/{device_id}/interface/{interface_id} DELETEInterface delete/device/{device_id}/interface/{interface_id}
GETDevice label list/deviceLabels GETDevice label info/deviceLabels/{device_label_id} POSTDevice label create/deviceLabels PUTDevice label update/deviceLabels/{device_label_id} DELETEDevice label delete/deviceLabels/{device_label_id}
GETSite info/site/{site_id} PUTSite update/site/{site_id} DELETESite delete/site/{site_id}
PUTTag update/tag/{tag_id} DELETETag delete/tag/{tag_id}
GETCustom Dimension list/customdimensions GETCustom Dimension info/customdimension/{dimension_id} POSTCustom Dimension create/customdimension PUTCustom Dimension update/customdimension/{dimension_id} DELETECustom Dimension delete/customdimension/{dimension_id} POSTPopulator create/customdimension/{dimension_id}/populator/ PUTPopulator update/customdimension/{dimension_id}/populator/{populator_id} DELETEPopulator delete/customdimension/{dimension_id}/populator/{populator_id}
GETCustom Applications list/customApplications POSTCustom Application create/customApplications PUTCustom Application update/customApplications/{application_id} DELETECustom Application delete/customApplications/{application_id}
GETSaved Filters list/saved-filters/custom GETSaved Filter info/saved-filter/custom/{savedfilter_id} POSTSaved Filter create/saved-filter/custom PUTSaved Filter update/saved-filter/custom/{savedfilter_id} DELETESaved Filter delete/saved-filter/custom/{savedfilter_id}
POSTManual Mitigation create/alerts/manual-mitigate
GETAlarms/alerts-active/alarms?startTime={startTime}&endTime={endTime}&filterBy={filterBy}&filterVal={filterVal}&showMitigations={showMitigations}&showAlarms={showAlarms}&showMatches={showMatches}&learningMode={learningMode} GETAlerts History/alerts-active/alerts-history?startTime={startTime}&endTime={endTime}&filterBy={filterBy}&filterVal={filterVal}&sortOrder={sortOrder}&showMitigations={showMitigations}&showAlarms={showAlarms}&showMatches={showMatches}&learningMode={learningMode}
GETTenant list/mykentik/tenants GETTenant info/mykentik/tenant/{tenant_id} POSTTenant User create/mykentik/tenant/{tenant_id}/user DELETETenant User delete/mykentik/tenant/{tenant_id}/user/{user_id}