- REST Resource: v1beta1.organizations
- REST Resource: v1beta1.organizations.detectorSettings
- REST Resource: v1beta1.projects
- REST Resource: v1beta1.projects.detectorSettings
Service: threatdetection.googleapis.com
We recommend that you call this service using Google-provided client libraries. If your application needs to call this service using your own libraries, you should use the following information when making the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service may have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://threatdetection.googleapis.com
REST Resource: v1beta1.organizations
Methods | |
---|---|
getDetectorSettings |
GET /v1beta1/{name=organizations/*/detectorSettings} Get the organization or project's detector settings. |
getSinkSettings |
GET /v1beta1/{name=organizations/*/sinkSettings} Get the organization's sink settings. |
getSourceSettings |
GET /v1beta1/{name=organizations/*/sourceSettings} Get the settings for an organization's sources. |
updateDetectorSettings |
PATCH /v1beta1/{name=organizations/*/detectorSettings} Set the organization or project's detector settings. |
updateSinkSettings |
PATCH /v1beta1/{name=organizations/*/sinkSettings} Update the organization's sink settings. |
updateSourceSettings |
PATCH /v1beta1/{name=organizations/*/sourceSettings} Update the settings for an organization's sources. |
REST Resource: v1beta1.organizations.detectorSettings
Methods | |
---|---|
clear |
POST /v1beta1/{name=organizations/*/detectorSettings}:clear Clear the organization or project's detector settings and return the settings to the default. |
REST Resource: v1beta1.projects
Methods | |
---|---|
getDetectorSettings |
GET /v1beta1/{name=projects/*/detectorSettings} Get the organization or project's detector settings. |
updateDetectorSettings |
PATCH /v1beta1/{name=projects/*/detectorSettings} Set the organization or project's detector settings. |
REST Resource: v1beta1.projects.detectorSettings
Methods | |
---|---|
clear |
POST /v1beta1/{name=projects/*/detectorSettings}:clear Clear the organization or project's detector settings and return the settings to the default. |