Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONNECTSECURE_USER_IDNoOptional ConnectSecure user ID sent in the X-USER-ID header when configured.
CONNECTSECURE_BASE_URLYesThe base URL of the ConnectSecure API host. Required because the supplied API specification does not declare a server URL.
CONNECTSECURE_ACCESS_TOKENYesJWT access token used for authentication via the Authorization: Bearer header.
CONNECTSECURE_CLIENT_AUTH_TOKENNoRequired only for the authorize_connectsecure endpoint. Base64 encoding of tenant+client_id:client_secret.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
post_w_authorize

Authorize Calls POST /w/authorize. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_asset_windows_compatibilityB

Retrieve asset windows compatibility Calls GET /r/company/asset_windows_compatibility. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_companies

Retrieve companies Calls GET /r/company/companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_companies_id

Retrieve company Calls GET /r/company/companies/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_companies

Create company Calls POST /w/company/companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_companies

Update company Calls PATCH /w/company/companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_companies_idD

Delete company Calls DELETE /d/company/companies/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_agentsB

Retrieve agents Calls GET /r/company/agents. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_agents_id

Retrieve agent Calls GET /r/company/agents/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_company_statsB

Retrieve company stats Calls GET /r/company/company_stats. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_company_stats_idB

Retrieve company stat Calls GET /r/company/company_stats/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_jobs_viewC

Retrieve jobs view Calls GET /r/company/jobs_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_jobs_view_id

Retrieve job view Calls GET /r/company/jobs_view/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_credentials

Retrieve credentials Calls GET /r/company/credentials. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_credentials_idA

Retrieve credential Calls GET /r/company/credentials/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_credentialsB

Create credential Calls POST /w/company/credentials. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_credentials

Update credential Calls PATCH /w/company/credentials. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_credentials_idA

Delete credential Calls DELETE /d/company/credentials/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_agent_credentials_mapping

Retrieve agent credentials mapping Calls GET /r/company/agent_credentials_mapping. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_agent_credentials_mapping_id

Retrieve agent credential mapping Calls GET /r/company/agent_credentials_mapping/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_agent_credentials_mappingC

Create agent credential mapping Calls POST /w/company/agent_credentials_mapping. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_agent_credentials_mappingC

Update agent credential mapping Calls PATCH /w/company/agent_credentials_mapping. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_agent_credentials_mapping_id

Delete agent credential mapping Calls DELETE /d/company/agent_credentials_mapping/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_risk_scoreC

Retrieve records Calls GET /r/report_queries/risk_score. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_discovery_settingsC

Retrieve discovery settings Calls GET /r/company/discovery_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_discovery_settings_idB

Retrieve discovery setting Calls GET /r/company/discovery_settings/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_discovery_settings

Create discovery setting Calls POST /w/company/discovery_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_discovery_settings

Update discovery setting Calls PATCH /w/company/discovery_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_discovery_settings_idB

Delete discovery setting Calls DELETE /d/company/discovery_settings/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_agent_discoverysettings_mappingB

Retrieve agent discoverysettings mapping Calls GET /r/company/agent_discoverysettings_mapping. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_agent_discoverysettings_mapping_id

Retrieve agent discoverysetting mapping Calls GET /r/company/agent_discoverysettings_mapping/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_agent_discoverysettings_mappingC

Create agent discoverysetting mapping Calls POST /w/company/agent_discoverysettings_mapping. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_agent_discoverysettings_mapping

Update agent discoverysetting mapping Calls PATCH /w/company/agent_discoverysettings_mapping. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_agent_discoverysettings_mapping_idC

Delete agent discoverysetting mapping Calls DELETE /d/company/agent_discoverysettings_mapping/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_asset_assets

Create asset Calls POST /w/asset/assets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_asset_assets

Update asset Calls PATCH /w/asset/assets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_asset_assets_id

Delete asset Calls DELETE /d/asset/assets/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_firewall_policyC

Retrieve asset firewall policy Calls GET /r/asset/asset_firewall_policy. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_firewall_policy_idA

Retrieve asset firewall policy Calls GET /r/asset/asset_firewall_policy/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_installed_drivers

Retrieve asset installed drivers Calls GET /r/asset/asset_installed_drivers. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_installed_drivers_id

Retrieve asset installed driver Calls GET /r/asset/asset_installed_drivers/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_interface

Retrieve asset interface Calls GET /r/asset/asset_interface. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_interface_id

Retrieve asset interface Calls GET /r/asset/asset_interface/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_msdtC

Retrieve asset msdt Calls GET /r/asset/asset_msdt. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_msdt_idC

Retrieve asset msdt Calls GET /r/asset/asset_msdt/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_ports

Retrieve asset ports Calls GET /r/asset/asset_ports. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_ports_idC

Retrieve asset port Calls GET /r/asset/asset_ports/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_security_report_dataC

Retrieve asset security report data Calls GET /r/asset/asset_security_report_data. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_security_report_data_id

Retrieve asset security report datum Calls GET /r/asset/asset_security_report_data/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_sharesC

Retrieve asset shares Calls GET /r/asset/asset_shares. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_shares_id

Retrieve asset share Calls GET /r/asset/asset_shares/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_assetsC

Retrieve assets Calls GET /r/report_queries/assets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_statsC

Retrieve asset stats Calls GET /r/report_queries/asset_stats. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_storagesB

Retrieve asset storages Calls GET /r/asset/asset_storages. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_storages_id

Retrieve asset storage Calls GET /r/asset/asset_storages/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_unqouted_services

Retrieve asset unqouted services Calls GET /r/asset/asset_unqouted_services. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_unqouted_services_id

Retrieve asset unqouted service Calls GET /r/asset/asset_unqouted_services/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_user_shares

Retrieve asset user shares Calls GET /r/asset/asset_user_shares. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_user_shares_idB

Retrieve asset user share Calls GET /r/asset/asset_user_shares/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_video_info

Retrieve asset video info Calls GET /r/asset/asset_video_info. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_video_info_id

Retrieve asset video info Calls GET /r/asset/asset_video_info/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_windows_reboot_requiredC

Retrieve asset windows reboot required Calls GET /r/asset/asset_windows_reboot_required. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_windows_reboot_required_idA

Retrieve asset window reboot required Calls GET /r/asset/asset_windows_reboot_required/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_bios_infoC

Retrieve bios info Calls GET /r/asset/bios_info. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_bios_info_id

Retrieve bio info Calls GET /r/asset/bios_info/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_browser_extensionsB

Retrieve browser extensions Calls GET /r/asset/browser_extensions. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_browser_extensions_idC

Retrieve browser extension Calls GET /r/asset/browser_extensions/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_suppress_vulnerability

Retrieve suppress vulnerability Calls GET /r/asset/suppress_vulnerability. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_suppress_vulnerability_idC

Retrieve suppres vulnerability Calls GET /r/asset/suppress_vulnerability/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_asset_suppress_vulnerabilityC

Create suppres vulnerability Calls POST /w/asset/suppress_vulnerability. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_asset_suppress_vulnerability

Update suppres vulnerability Calls PATCH /w/asset/suppress_vulnerability. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_asset_suppress_vulnerability_id

Delete suppres vulnerability Calls DELETE /d/asset/suppress_vulnerability/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_view

Retrieve asset view Calls GET /r/asset/asset_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_asset_view_idA

Retrieve asset view Calls GET /r/asset/asset_view/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_ciphers_viewC

Retrieve ciphers view Calls GET /r/asset/ciphers_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_ciphers_view_id

Retrieve cipher view Calls GET /r/asset/ciphers_view/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_windows_protection_statusC

Retrieve windows protection status Calls GET /r/asset/windows_protection_status. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_windows_protection_status_id

Retrieve window protection status Calls GET /r/asset/windows_protection_status/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_groupsC

Retrieve firewall groups Calls GET /r/asset/firewall_groups. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_groups_id

Retrieve firewall group Calls GET /r/asset/firewall_groups/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_interfacesC

Retrieve firewall interfaces Calls GET /r/asset/firewall_interfaces. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_interfaces_idC

Retrieve firewall interface Calls GET /r/asset/firewall_interfaces/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_licenseB

Retrieve firewall license Calls GET /r/asset/firewall_license. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_license_id

Retrieve firewall license Calls GET /r/asset/firewall_license/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_rulesC

Retrieve firewall rules Calls GET /r/asset/firewall_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_rules_idB

Retrieve firewall rule Calls GET /r/asset/firewall_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_users

Retrieve firewall users Calls GET /r/asset/firewall_users. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_users_idA

Retrieve firewall user Calls GET /r/asset/firewall_users/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_zonesB

Retrieve firewall zones Calls GET /r/asset/firewall_zones. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_firewall_zones_idC

Retrieve firewall zone Calls GET /r/asset/firewall_zones/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_integration_integration_credentials

Retrieve integration credentials Calls GET /r/integration/integration_credentials. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_integration_integration_credentials_id

Retrieve integration credential Calls GET /r/integration/integration_credentials/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_integration_integration_credentialsC

Create integration credential Calls POST /w/integration/integration_credentials. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_integration_integration_credentials

Update integration credential Calls PATCH /w/integration/integration_credentials. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_integration_integration_credentials_idB

Delete integration credential Calls DELETE /d/integration/integration_credentials/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_integration_integration_rules

Retrieve integration rules Calls GET /r/integration/integration_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_integration_integration_rules_idC

Retrieve integration rule Calls GET /r/integration/integration_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_integration_integration_rulesC

Create integration rule Calls POST /w/integration/integration_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_integration_integration_rules

Update integration rule Calls PATCH /w/integration/integration_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_integration_integration_rules_idB

Delete integration rule Calls DELETE /d/integration/integration_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_integration_company_mappings

Retrieve company mappings Calls GET /r/integration/company_mappings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_integration_company_mappings_idB

Retrieve company mapping Calls GET /r/integration/company_mappings/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_integration_company_mappings

Create company mapping Calls POST /w/integration/company_mappings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_integration_company_mappings

Update company mapping Calls PATCH /w/integration/company_mappings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_integration_company_mappings_id

Delete company mapping Calls DELETE /d/integration/company_mappings/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_event_setC

Retrieve event set Calls GET /r/company/event_set. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_event_set_id

Retrieve event set Calls GET /r/company/event_set/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_event_set

Create event set Calls POST /w/company/event_set. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_event_set

Update event set Calls PATCH /w/company/event_set. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_event_set_idB

Delete event set Calls DELETE /d/company/event_set/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_custom_ticketing_templateC

Retrieve custom ticketing template Calls GET /r/company/custom_ticketing_template. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_custom_ticketing_template_idB

Retrieve custom ticketing template Calls GET /r/company/custom_ticketing_template/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_custom_ticketing_templateB

Create custom ticketing template Calls POST /w/company/custom_ticketing_template. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_custom_ticketing_templateC

Update custom ticketing template Calls PATCH /w/company/custom_ticketing_template. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_custom_ticketing_template_idB

Delete custom ticketing template Calls DELETE /d/company/custom_ticketing_template/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_scheduler

Retrieve scheduler Calls GET /r/company/scheduler. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_scheduler_idC

Retrieve scheduler Calls GET /r/company/scheduler/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_schedulerC

Create scheduler Calls POST /w/company/scheduler. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_scheduler

Update scheduler Calls PATCH /w/company/scheduler. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_scheduler_idB

Delete scheduler Calls DELETE /d/company/scheduler/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_application_baseline_rules

Retrieve application baseline rules Calls GET /r/company/application_baseline_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_application_baseline_rules_idC

Retrieve application baseline rule Calls GET /r/company/application_baseline_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_application_baseline_rules

Create application baseline rule Calls POST /w/company/application_baseline_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_application_baseline_rulesB

Update application baseline rule Calls PATCH /w/company/application_baseline_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_application_baseline_rules_idC

Delete application baseline rule Calls DELETE /d/company/application_baseline_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_app_baseline_plan_assets

Retrieve app baseline plan assets Calls GET /r/company/app_baseline_plan_assets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_app_baseline_plan_assets_idA

Retrieve app baseline plan asset Calls GET /r/company/app_baseline_plan_assets/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_app_baseline_plan_companyC

Retrieve app baseline plan company Calls GET /r/company/app_baseline_plan_company. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_app_baseline_plan_company_idC

Retrieve app baseline plan company Calls GET /r/company/app_baseline_plan_company/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_app_baseline_plan_global

Retrieve app baseline plan global Calls GET /r/company/app_baseline_plan_global. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_app_baseline_plan_global_id

Retrieve app baseline plan global Calls GET /r/company/app_baseline_plan_global/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_attack_surface_domain

Retrieve attack surface domain Calls GET /r/company/attack_surface_domain. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_attack_surface_domain_id

Retrieve attack surface domain Calls GET /r/company/attack_surface_domain/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_attack_surface_domain

Create attack surface domain Calls POST /w/company/attack_surface_domain. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_attack_surface_domainC

Update attack surface domain Calls PATCH /w/company/attack_surface_domain. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_attack_surface_domain_idC

Delete attack surface domain Calls DELETE /d/company/attack_surface_domain/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_attack_surface_resultsC

Retrieve attack surface results Calls GET /r/company/attack_surface_results. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_attack_surface_results_idA

Retrieve attack surface result Calls GET /r/company/attack_surface_results/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_backup_softwareC

Retrieve backup software Calls GET /r/company/backup_software. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_backup_software_id

Retrieve backup software Calls GET /r/company/backup_software/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_backup_software

Create backup software Calls POST /w/company/backup_software. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_backup_softwareB

Update backup software Calls PATCH /w/company/backup_software. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_backup_software_idC

Delete backup software Calls DELETE /d/company/backup_software/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_edrB

Retrieve edr Calls GET /r/company/edr. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_edr_idB

Retrieve edr Calls GET /r/company/edr/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_edr

Create edr Calls POST /w/company/edr. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_edr

Update edr Calls PATCH /w/company/edr. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_edr_id

Delete edr Calls DELETE /d/company/edr/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_tag_rules

Retrieve tag rules Calls GET /r/company/tag_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_tag_rules_idA

Retrieve tag rule Calls GET /r/company/tag_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_tag_rulesA

Create tag rule Calls POST /w/company/tag_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_tag_rules

Update tag rule Calls PATCH /w/company/tag_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_tag_rules_id

Delete tag rule Calls DELETE /d/company/tag_rules/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_tagsC

Retrieve tags Calls GET /r/company/tags. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_tags_idC

Retrieve tag Calls GET /r/company/tags/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_tagsC

Create tag Calls POST /w/company/tags. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_tags

Update tag Calls PATCH /w/company/tags. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_tags_id

Delete tag Calls DELETE /d/company/tags/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_pii_scan_settingsA

Retrieve pii scan settings Calls GET /r/company/pii_scan_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_pii_scan_settings_id

Retrieve pii scan setting Calls GET /r/company/pii_scan_settings/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_pii_scan_settingsC

Create pii scan setting Calls POST /w/company/pii_scan_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_pii_scan_settingsC

Update pii scan setting Calls PATCH /w/company/pii_scan_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_pii_scan_settings_idC

Delete pii scan setting Calls DELETE /d/company/pii_scan_settings/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_custom_profile

Retrieve custom profile Calls GET /r/company/custom_profile. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_custom_profile_id

Retrieve custom profile Calls GET /r/company/custom_profile/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_custom_profile

Create custom profile Calls POST /w/company/custom_profile. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_custom_profileA

Update custom profile Calls PATCH /w/company/custom_profile. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_custom_profile_id

Delete custom profile Calls DELETE /d/company/custom_profile/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_custom_domainsC

Retrieve custom domains Calls GET /r/company/custom_domains. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_custom_domains_idB

Retrieve custom domain Calls GET /r/company/custom_domains/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_compliance_assessment

Retrieve compliance assessment Calls GET /r/company/compliance_assessment. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_compliance_assessment_id

Retrieve compliance assessment Calls GET /r/company/compliance_assessment/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_compliance_assessment

Create compliance assessment Calls POST /w/company/compliance_assessment. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

patch_w_company_compliance_assessmentC

Update compliance assessment Calls PATCH /w/company/compliance_assessment. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

delete_d_company_compliance_assessment_idC

Delete compliance assessment Calls DELETE /d/company/compliance_assessment/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_report_jobs_view

Retrieve report jobs view Calls GET /r/company/report_jobs_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_report_jobs_view_id

Retrieve report job view Calls GET /r/company/report_jobs_view/{id}. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_compliance_types

Retrieve Compliance Types Calls GET /r/compliance/types. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_lightweight_assets

Retrieve records Calls GET /r/report_queries/lightweight_assets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_tags_view

Retrieve records Calls GET /r/report_queries/tags_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_os

Retrieve records Calls GET /r/report_queries/distinct_os. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_tags

Retrieve records Calls GET /r/report_queries/distinct_tags. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_asset_name

Retrieve records Calls GET /r/report_queries/distinct_asset_name. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_asset_ip

Retrieve records Calls GET /r/report_queries/distinct_asset_ip. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_platform

Retrieve records Calls GET /r/report_queries/distinct_platform. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_discovered_protocolsC

Retrieve records Calls GET /r/report_queries/distinct_discovered_protocols. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_agents_nameC

Retrieve records Calls GET /r/report_queries/distinct_agents_name. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_total_asset_countC

Retrieve records Calls GET /r/report_queries/total_asset_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_distinct_softwareC

Retrieve records Calls GET /r/report_queries/distinct_software. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_ports_viewC

Retrieve records Calls GET /r/report_queries/asset_ports_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_vulnerabilities_count

Retrieve records Calls GET /r/report_queries/vulnerabilities_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_countC

Retrieve records Calls GET /r/report_queries/application_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_countC

Retrieve records Calls GET /r/report_queries/compliance_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_ports_count

Retrieve records Calls GET /r/report_queries/ports_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_unconfirmed_open_ports_key_checkC

Retrieve records Calls GET /r/report_queries/unconfirmed_open_ports_key_check. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_software

Retrieve records Calls GET /r/report_queries/asset_software. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_ssl_for_assetD

Retrieve records Calls GET /r/report_queries/problems_ssl_for_asset. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_compliance_report_data

Retrieve records Calls GET /r/report_queries/asset_compliance_report_data. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_cert_info_viewB

Retrieve records Calls GET /r/report_queries/cert_info_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_get_assets_by_problem

Retrieve records Calls GET /r/report_queries/get_assets_by_problem. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_os_pending_patchesB

Retrieve records Calls GET /r/report_queries/os_pending_patches. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_companiesC

Retrieve records Calls GET /r/report_queries/remediation_companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_os_pending_patches_companies

Retrieve records Calls GET /r/report_queries/os_pending_patches_companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_ports_view

Retrieve records Calls GET /r/report_queries/ports_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_ports_assets_detailsC

Retrieve records Calls GET /r/report_queries/ports_assets_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problem_group_summaryC

Retrieve records Calls GET /r/report_queries/problem_group_summary. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problem_group_summary_asset_company_countB

Retrieve records Calls GET /r/report_queries/problem_group_summary_asset_company_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_remediations_summary

Retrieve records Calls GET /r/report_queries/problems_remediations_summary. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_summaryC

Retrieve records Calls GET /r/report_queries/problems_summary. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_sw_problems_remediations_view

Retrieve records Calls GET /r/report_queries/sw_problems_remediations_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_unconfirmed_key_checkC

Retrieve records Calls GET /r/report_queries/unconfirmed_key_check. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_suppressed_problemsC

Retrieve records Calls GET /r/report_queries/suppressed_problems. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_summary_group_by_companiesC

Retrieve records Calls GET /r/report_queries/problems_summary_group_by_companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_summary_tag

Retrieve records Calls GET /r/report_queries/problems_summary_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_summary_asset_detailsC

Retrieve records Calls GET /r/report_queries/problems_summary_asset_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_registry_problems_summary

Retrieve records Calls GET /r/report_queries/registry_problems_summary. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_registry_problems_remediationC

Retrieve records Calls GET /r/report_queries/registry_problems_remediation. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_registry_problems_companyC

Retrieve records Calls GET /r/report_queries/registry_problems_company. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_companies_by_problem_group

Retrieve records Calls GET /r/report_queries/companies_by_problem_group. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_companies_by_problem_group_suppressedC

Retrieve records Calls GET /r/report_queries/companies_by_problem_group_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_plan_by_company

Retrieve records Calls GET /r/report_queries/remediation_plan_by_company. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_plan_include_company

Retrieve records Calls GET /r/report_queries/remediation_plan_include_company. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_asset_get_asset_remediation_planC

Retrieve records Calls GET /r/asset/get_asset_remediation_plan. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_get_remediation

Retrieve records Calls GET /r/report_queries/get_remediation. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_wise_vulnerabilities

Retrieve records Calls GET /r/report_queries/asset_wise_vulnerabilities. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_get_remediate_recordsC

Retrieve records Calls GET /r/report_queries/get_remediate_records. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_velocity_companyB

Retrieve records Calls GET /r/report_queries/remediation_velocity_company. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_velocity_applicationC

Retrieve records Calls GET /r/report_queries/remediation_velocity_application. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_velocity_application_asset_detailsC

Retrieve records Calls GET /r/report_queries/remediation_velocity_application_asset_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_tag

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_suppressedC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_suppressed_tag

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_suppressed_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_netC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_net. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_net_tagC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_net_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_net_suppressedC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_net_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_net_suppressed_tag

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_net_suppressed_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_product

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_product. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_product_tag

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_product_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_product_suppressedC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_product_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_product_suppressed_tagC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_product_suppressed_tag. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_os

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_os. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_tag_by_osC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_tag_by_os. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_suppressed_by_osC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_suppressed_by_os. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_suppressed_tag_by_os

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_suppressed_tag_by_os. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_os_software_detailsC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_os_software_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_by_os_software_details_suppressedC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_by_os_software_details_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_v2

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_v2. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_patching_asset_detailsC

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_patching_asset_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_plan_asset_details

Retrieve records Calls GET /r/report_queries/remediation_plan_asset_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_plan_asset_epss_detailsC

Retrieve records Calls GET /r/report_queries/remediation_plan_asset_epss_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_plan_asset_details_by_epssC

Retrieve records Calls GET /r/report_queries/remediation_plan_asset_details_by_epss. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_registry_problems_remediation_asset_details

Retrieve records Calls GET /r/report_queries/registry_problems_remediation_asset_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediate_recordsC

Retrieve records Calls GET /r/report_queries/remediate_records. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediate_records_companies

Retrieve records Calls GET /r/report_queries/remediate_records_companies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediate_records_assetsC

Retrieve records Calls GET /r/report_queries/remediate_records_assets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_companies_by_application

Retrieve records Calls GET /r/report_queries/companies_by_application. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_assets_by_application

Retrieve records Calls GET /r/report_queries/assets_by_application. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_assets_by_application_suppressedC

Retrieve records Calls GET /r/report_queries/assets_by_application_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_companies_by_application_suppressed

Retrieve records Calls GET /r/report_queries/companies_by_application_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_vulnerabilities_details

Retrieve records Calls GET /r/report_queries/vulnerabilities_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_vulnerabilities_details_suppressedC

Retrieve records Calls GET /r/report_queries/vulnerabilities_details_suppressed. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_compliance_detailsB

Retrieve records Calls GET /r/report_queries/asset_compliance_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_asset_infoC

Retrieve records Calls GET /r/report_queries/compliance_asset_info. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_internal_checksC

Retrieve records Calls GET /r/report_queries/compliance_internal_checks. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_maturity

Retrieve records Calls GET /r/report_queries/compliance_maturity. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_check_asset_countC

Retrieve records Calls GET /r/report_queries/compliance_check_asset_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_check_company_countD

Retrieve records Calls GET /r/report_queries/compliance_check_company_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_check_countC

Retrieve records Calls GET /r/report_queries/compliance_check_count. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_compliance_check_count_by_section

Retrieve records Calls GET /r/report_queries/compliance_check_count_by_section. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_security_report_dataB

Retrieve records Calls GET /r/report_queries/asset_security_report_data. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_suppress_vulnerability_problemsB

Retrieve records Calls GET /r/report_queries/suppress_vulnerability_problems. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_suppress_vulnerability_solution

Retrieve records Calls GET /r/report_queries/suppress_vulnerability_solution. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_notification_tickets_viewA

Retrieve records Calls GET /r/report_queries/notification_tickets_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_security_report_data_bulk

Retrieve asset security report data Calls GET /r/report_queries/asset_security_report_data_bulk. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_job_details_view

Retrieve job details view Calls GET /report_queries/job_details_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_job_detailsC

Retrieve job details Calls GET /report_queries/job_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_cron_jobsA

Retrieve cron jobs Calls GET /report_queries/cron_jobs. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_kernel_modulesC

Retrieve kernel modules Calls GET /report_queries/kernel_modules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_suid_permissionsB

Retrieve suid permissions Calls GET /report_queries/suid_permissions. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ufw_firewall_rulesB

Retrieve ufw firewall rules Calls GET /report_queries/ufw_firewall_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_selinux_settings

Retrieve selinux settings Calls GET /report_queries/selinux_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_iptables_rules

Retrieve asset iptables rules Calls GET /report_queries/asset_iptables_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_usersC

Retrieve asset users Calls GET /report_queries/asset_users. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_processes_runningC

Retrieve asset processes running Calls GET /report_queries/asset_processes_running. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_services

Retrieve asset services Calls GET /report_queries/asset_services. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_patches_infoC

Retrieve asset patches info Calls GET /report_queries/asset_patches_info. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_firewall_rulesC

Retrieve asset firewall rules Calls GET /report_queries/asset_firewall_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_registry_misconfigurationC

Retrieve asset registry misconfiguration Calls GET /report_queries/asset_registry_misconfiguration. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_asset_open_portsC

Retrieve asset open ports Calls GET /report_queries/asset_open_ports. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_rolesB

Retrieve ad roles Calls GET /report_queries/ad_roles. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_user_licensesC

Retrieve ad user licenses Calls GET /report_queries/ad_user_licenses. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_azure_licenses

Retrieve azure licenses Calls GET /report_queries/azure_licenses. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_azure_ad_logs

Retrieve azure ad logs Calls GET /report_queries/azure_ad_logs. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_azure_secure_scoreC

Retrieve azure secure score Calls GET /report_queries/azure_secure_score. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_password_policies

Retrieve ad password policies Calls GET /report_queries/ad_password_policies. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_groups_viewC

Retrieve ad groups view Calls GET /report_queries/ad_groups_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_ous_viewC

Retrieve ad ous view Calls GET /report_queries/ad_ous_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_gpos_view

Retrieve ad gpos view Calls GET /report_queries/ad_gpos_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_computers_view

Retrieve ad computers view Calls GET /report_queries/ad_computers_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_users_view

Retrieve ad users view Calls GET /report_queries/ad_users_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_domain_detailsB

Retrieve ad domain details Calls GET /report_queries/ad_domain_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_gpos_details

Retrieve ad gpos details Calls GET /report_queries/ad_gpos_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_get_ous_details

Retrieve get ous details Calls GET /report_queries/get_ous_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_get_groups_detailsB

Retrieve get groups details Calls GET /report_queries/get_groups_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_group_users

Retrieve ad group users Calls GET /report_queries/ad_group_users. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_group_computers

Retrieve ad group computers Calls GET /report_queries/ad_group_computers. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_get_user_details

Retrieve get user details Calls GET /report_queries/get_user_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_get_computer_details

Retrieve get computer details Calls GET /report_queries/get_computer_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_roles_details

Retrieve ad roles details Calls GET /report_queries/ad_roles_details. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_roles_member

Retrieve ad roles member Calls GET /report_queries/ad_roles_member. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_ad_basic_infoC

Retrieve ad basic info Calls GET /report_queries/ad_basic_info. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_adauditC

Retrieve adaudit Calls GET /report_queries/adaudit. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_event_statsC

Retrieve event stats Calls GET /report_queries/event_stats. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_user_event_statsB

Retrieve user event stats Calls GET /report_queries/user_event_stats. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_user_locked_statsC

Retrieve user locked stats Calls GET /report_queries/user_locked_stats. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_user_enabled_stats

Retrieve user enabled stats Calls GET /report_queries/user_enabled_stats. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_notification_tickets_viewC

Retrieve notification tickets view Calls GET /report_queries/notification_tickets_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_event_ticketsB

Retrieve event tickets Calls GET /report_queries/event_tickets. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_system_events_viewB

Retrieve system events view Calls GET /report_queries/system_events_view. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_queries_system_events_view_ticketidC

Retrieve system events view Calls GET /report_queries/system_events_view_ticketid. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_reset_agentsC

Migrate Agents Calls POST /w/company/reset_agents. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

post_w_company_update_scheduleC

Update schedule Calls POST /w/company/update_schedule. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

post_w_company_remove_scheduleC

Update schedule Calls POST /w/company/remove_schedule. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

post_w_company_external_scan

Scan external endpoint Calls POST /w/company/external_scan. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

post_w_company_patch_now

Trigger application/OS patch (now or scheduled) Calls POST /w/company/patch_now. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_r_report_queries_application_vulnerabilities

Retrieve records Calls GET /r/report_queries/application_vulnerabilities. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_application_vulnerabilities_os_patch

Retrieve records Calls GET /r/report_queries/application_vulnerabilities_os_patch. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_builder_get_report_linkB

Download report Calls GET /report_builder/get_report_link. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_builder_standard_reports

List standard report Calls GET /report_builder/standard_reports. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_report_builder_create_report_jobB

Create Report Calls POST /report_builder/create_report_job. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

post_w_company_custom_domain

Custom Domain Calls POST /w/company/custom_domain. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_r_report_queries_external_asset_externalscanB

Retrieve records Calls GET /r/report_queries/external_asset_externalscan. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_external_asset_ports_data

Retrieve records Calls GET /r/report_queries/external_asset_ports_data. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_external_asset_ssl_attack

Retrieve records Calls GET /r/report_queries/external_asset_ssl_attack. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_external_asset_vulnerabilities

Retrieve records Calls GET /r/report_queries/external_asset_vulnerabilities. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_external_asset_ssl_ciphersC

Retrieve records Calls GET /r/report_queries/external_asset_ssl_ciphers. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_asset_critical_vulnerabilities

Retrieve records Calls GET /r/report_queries/asset_critical_vulnerabilities. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_get_patch_settingsB

Retrieve records Calls GET /r/company/get_patch_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_sw_problems_remediations_view_assetwiseC

Retrieve records Calls GET /r/report_queries/sw_problems_remediations_view_assetwise. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediation_plan_include_company_daysC

Retrieve records Calls GET /r/report_queries/remediation_plan_include_company_days. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediate_records_daysC

Retrieve records Calls GET /r/report_queries/remediate_records_days. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_bulk_deprecateC

Bulk deprecate assets Calls POST /w/company/bulk_deprecate. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_r_report_queries_sw_problems_remediations_view_vul

Retrieve records Calls GET /r/report_queries/sw_problems_remediations_view_vul. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_remediated_registry_solution_planC

Retrieve records Calls GET /r/report_queries/remediated_registry_solution_plan. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_get_assets_problem

Retrieve records Calls GET /r/report_queries/get_assets_problem. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_user_get_usersC

Retrieve Users Calls GET /r/user/get_users. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_resolved_remediation

Retrieve records Calls GET /r/report_queries/resolved_remediation. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_cve_reportB

Retrieve records Calls GET /r/cve/report. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_company_get_uninstall_secretC

Get uninstall secret token Calls GET /r/company/get_uninstall_secret. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_report_builder_get_standard_report_settings

Report Settings Calls GET /report_builder/get_standard_report_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_report_builder_update_standard_report_settings

Create Report Calls POST /report_builder/update_standard_report_settings. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_report_builder_cover_page

Report Settings Calls GET /report_builder/cover_page. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_report_builder_cover_pageB

Create Report Calls POST /report_builder/cover_page. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_report_builder_download_default_templateD

Report Settings Calls GET /report_builder/download_default_template. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_r_report_queries_problems_infoD

Retrieve records Calls GET /r/report_queries/problems_info. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

get_r_report_queries_problems_summary_globalC

Retrieve records Calls GET /r/report_queries/problems_summary_global. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_w_company_scanC

Scan Company Calls POST /w/company/scan. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

get_r_report_queries_suppress_vulnerability_problems_sid

Retrieve records Calls GET /r/report_queries/suppress_vulnerability_problems_sid. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

post_report_builder_upload_templateC

Report Settings Calls POST /report_builder/upload_template. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources