Logo
Vectra AI Logo

Vectra AI APIs

Vectra is the world leader in AI-driven threat detection and response. The Cognito platform uses AI to detect attackers in real time and perform conclusive investigations.

Developer

Vectra AI APIs

Account Request URL

-

Base Endpoint

-

Account Settings

Retrieve network and organization settings for the account.

GET

/api/v1/config

Account Settings

Update network and organization settings for the account.

PUT

/api/v1/config

Account Statistics

Retrieve account usage statistics.

GET

/api/v1/statistics

Active Detections

Retrieve a list of all active detections in the organization.

GET

/api/v1/organizations/{organizationId}/detections/active

Active Detections

Delete all active detections in the organization.

DELETE

/api/v1/organizations/{organizationId}/detections/active

Alert Policy

Retrieve a list of alert policies.

GET

/api/v1/organizations/{organizationId}/alertPolicies

Alert Policy

Create a new alert policy.

POST

/api/v1/organizations/{organizationId}/alertPolicies

Alert Policy

Retrieve a single alert policy.

GET

/api/v1/organizations/{organizationId}/alertPolicies/{alertPolicyId}

Alert Policy

Update a single alert policy.

PUT

/api/v1/organizations/{organizationId}/alertPolicies/{alertPolicyId}

Alert Policy

Delete specified alert policy.

DELETE

/api/v1/organizations/{organizationId}/policies/{policyId}

Alert Policy Associations

Retrieve a list of alert policy associations.

GET

/api/v1/organizations/{organizationId}/alertPolicyAssociations

Alert Policy Associations

Create new alert policy associations.

POST

/api/v1/organizations/{organizationId}/alertPolicyAssociations

Alert Policy Associations

Retrieve alert policy associations for the specified policy.

GET

/api/v1/organizations/{organizationId}/policies/{policyId}/alertPolicyAssociations

Alert Policy Associations

Delete specified alert policy associations.

DELETE

/api/v1/organizations/{organizationId}/policies/{policyId}/alertPolicyAssociations

Alerts

Retrieve a list of alerts.

GET

/api/v1/organizations/{organizationId}/alerts

Alerts

Create an alert.

POST

/api/v1/organizations/{organizationId}/alerts

Alerts History

Retrieve a list of alert history records.

GET

/api/v1/organizations/{organizationId}/alertsHistory

Alerts History

Create an alert history record.

POST

/api/v1/organizations/{organizationId}/alertsHistory

Dashboard

Retrieve a list of dashboards.

GET

/api/v1/organizations/{organizationId}/dashboards

Dashboard

Create a new dashboard.

POST

/api/v1/organizations/{organizationId}/dashboards

Dashboard

Retrieve a single dashboard.

GET

/api/v1/organizations/{organizationId}/dashboards/{dashboardId}

Dashboard

Update a single dashboard.

PUT

/api/v1/organizations/{organizationId}/dashboards/{dashboardId}

Dashboard

Delete specified dashboard.

DELETE

/api/v1/organizations/{organizationId}/dashboards/{dashboardId}

Detection

Retrieve a list of detections.

GET

/api/v1/organizations/{organizationId}/detections

Detection

Retrieve a single detection.

GET

/api/v1/organizations/{organizationId}/detections/{detectionId}

Detection

Delete specified detection.

DELETE

/api/v1/organizations/{organizationId}/detections/{detectionId}

Detection Action

Retrieve a list of detection actions.

GET

/api/v1/organizations/{organizationId}/detections/{detectionId}/actions

Detection Action

Create a new detection action.

POST

/api/v1/organizations/{organizationId}/detections/{detectionId}/actions

Detection Action

Retrieve a single detection action.

GET

/api/v1/organizations/{organizationId}/detections/{detectionId}/actions/{actionId}

Detection Action

Update a single detection action.

PUT

/api/v1/organizations/{organizationId}/detections/{detectionId}/actions/{actionId}

Detection Action

Delete specified detection action.

DELETE

/api/v1/organizations/{organizationId}/detections/{detectionId}/actions/{actionId}

Detection Comment

Create a new detection comment.

POST

/api/v1/organizations/{organizationId}/detections/{detectionId}/comments

Detection Comment

Retrieve a single detection comment.

GET

/api/v1/organizations/{organizationId}/detections/{detectionId}/comments/{commentId}

Detection Comment

Delete specified detection comment.

DELETE

/api/v1/organizations/{organizationId}/detections/{detectionId}/comments/{commentId}

Detection Finding

Retrieve a list of detection findings.

GET

/api/v1/organizations/{organizationId}/detections/{detectionId}/findings

Detection Finding

Retrieve a single detection finding.

GET

/api/v1/organizations/{organizationId}/detections/{detectionId}/findings/{findingId}

Detection Status

Retrieve the status of the detection engine.

GET

/api/v1/organizations/{organizationId}/detections/status

Detection Status

Update the status of the detection engine.

POST

/api/v1/organizations/{organizationId}/detections/status

Detection Summary

Retrieve a detection summary.

GET

/api/v1/organizations/{organizationId}/detections/summary

Detection Summary

Update the detection summary.

POST

/api/v1/organizations/{organizationId}/detections/summary

Detection Suppression

Retrieve a list of detection suppressions.

GET

/api/v1/organizations/{organizationId}/detections/suppressions

Detection Suppression

Create a new detection suppression.

POST

/api/v1/organizations/{organizationId}/detections/suppressions

Detection Suppression

Retrieve a single detection suppression.

GET

/api/v1/organizations/{organizationId}/detections/suppressions/{suppressionId}

Detection Suppression

Update a single detection suppression.

PUT

/api/v1/organizations/{organizationId}/detections/suppressions/{suppressionId}

Detection Suppression

Delete specified detection suppression.

DELETE

/api/v1/organizations/{organizationId}/detections/suppressions/{suppressionId}

Email Alert Channel

Retrieve a list of email alert channels.

GET

/api/v1/organizations/{organizationId}/emailAlertChannels

Email Alert Channel

Create a new email alert channel.

POST

/api/v1/organizations/{organizationId}/emailAlertChannels

Email Alert Channel

Retrieve a single email alert channel.

GET

/api/v1/organizations/{organizationId}/emailAlertChannels/{emailAlertChannelId}

Email Alert Channel

Update a single email alert channel.

PUT

/api/v1/organizations/{organizationId}/emailAlertChannels/{emailAlertChannelId}

Email Alert Channel

Delete specified email alert channel.

DELETE

/api/v1/organizations/{organizationId}/emailAlertChannels/{emailAlertChannelId}

Email Report

Retrieve a list of email reports.

GET

/api/v1/organizations/{organizationId}/emailReports

Email Report

Create a new email report.

POST

/api/v1/organizations/{organizationId}/emailReports

Email Report

Retrieve a single email report.

GET

/api/v1/organizations/{organizationId}/emailReports/{emailReportId}

Email Report

Update a single email report.

PUT

/api/v1/organizations/{organizationId}/emailReport/{emailReportId}

Email Report

Delete specified email report.

DELETE

/api/v1/organizations/{organizationId}/emailReports/{emailReportId}

Event

Retrieve a list of events.

GET

/api/v1/organizations/{organizationId}/events

Event

Retrieve a single event.

GET

/api/v1/organizations/{organizationId}/events/{eventId}

Event

Delete specified event.

DELETE

/api/v1/organizations/{organizationId}/events/{eventId}

Integration

Retrieve a list of integrations.

GET

/api/v1/organizations/{organizationId}/integrations

Integration

Create a new integration.

POST

/api/v1/organizations/{organizationId}/integrations

Integration

Retrieve a single integration.

GET

/api/v1/organizations/{organizationId}/integrations/{integrationId}

Integration

Update a single integration.

PUT

/api/v1/organizations/{organizationId}/integrations/{integrationId}

Integration

Delete specified integration.

DELETE

/api/v1/organizations/{organizationId}/integrations/{integrationId}

Log Source

Retrieve a list of log sources.

GET

/api/v1/organizations/{organizationId}/logSources

Log Source

Create a new log source.

POST

/api/v1/organizations/{organizationId}/logSources

Log Source

Retrieve a single log source.

GET

/api/v1/organizations/{organizationId}/logSources/{logSourceId}

Log Source

Update a single log source.

PUT

/api/v1/organizations/{organizationId}/logSources/{logSourceId}

Log Source

Delete specified log source.

DELETE

/api/v1/organizations/{organizationId}/logSources/{logSourceId}

Log Source Status

Retrieve log source status information.

GET

/api/v1/organizations/{organizationId}/logSources/status

Managed Service Provider

Retrieve a list of managed service providers.

GET

/api/v1/organizations/{organizationId}/managedServiceProviders

Managed Service Provider

Create a new managed service provider.

POST

/api/v1/organizations/{organizationId}/managedServiceProviders

Details

Provider

Country HQ

US

API Type

REST

Categories

Network Detection and Response
Security

Alternatives

Important URLs

Last Updated on

2024-04-04

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo