Skip to main content

endpoints

Overview

Nameendpoints
TypeResource
Idgoogle.ids.endpoints

Fields

NameDatatypeDescription
namestringOutput only. The name of the endpoint.
descriptionstringUser-provided description of the endpoint
networkstringRequired. The fully qualified URL of the network to which the IDS Endpoint is attached.
updateTimestringOutput only. The update time timestamp.
createTimestringOutput only. The create time timestamp.
endpointForwardingRulestringOutput only. The fully qualified URL of the endpoint's ILB Forwarding Rule.
statestringOutput only. Current state of the endpoint.
threatExceptionsarrayList of threat IDs to be excepted from generating alerts.
trafficLogsbooleanWhether the endpoint should report traffic logs in addition to threat logs.
severitystringRequired. Lowest threat severity that this endpoint will alert on.
labelsobjectThe labels of the endpoint.
endpointIpstringOutput only. The IP address of the IDS Endpoint's ILB.

Methods

NameAccessible byRequired ParamsDescription
getSELECTendpointsId, locationsId, projectsIdGets details of a single Endpoint.
listSELECTlocationsId, projectsIdLists Endpoints in a given project and location.
createINSERTlocationsId, projectsIdCreates a new Endpoint in a given project and location.
deleteDELETEendpointsId, locationsId, projectsIdDeletes a single Endpoint.
_listEXEClocationsId, projectsIdLists Endpoints in a given project and location.
patchEXECendpointsId, locationsId, projectsIdUpdates the parameters of a single Endpoint.