Skip to main content

@swamp/gcp/ids

v2026.04.23.1

Google Cloud ids infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudidscloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/ids

@swamp/gcp/ids/endpointsv2026.04.23.1endpoints.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
description?stringUser-provided description of the endpoint
labels?recordThe labels of the endpoint.
network?stringRequired. The fully qualified URL of the network to which the IDS Endpoint is attached.
severity?enumRequired. Lowest threat severity that this endpoint will alert on.
threatExceptions?arrayList of threat IDs to be excepted from generating alerts.
trafficLogs?booleanWhether the endpoint should report traffic logs in addition to threat logs.
endpointId?stringRequired. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.
requestId?stringAn optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was receive
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a endpoints
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
getGet a endpoints
ArgumentTypeDescription
identifierstringThe name of the endpoints
updateUpdate endpoints attributes
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
deleteDelete the endpoints
ArgumentTypeDescription
identifierstringThe name of the endpoints
syncSync endpoints state from GCP

Resources

state(infinite)— Endpoint describes a single IDS endpoint. It defines a forwarding rule to whi...
@swamp/gcp/ids/locationsv2026.04.23.1locations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
getGet a locations
ArgumentTypeDescription
identifierstringThe name of the locations
syncSync locations state from GCP

Resources

state(infinite)— A resource that represents a Google Cloud location.