integrations.sh
← all integrations

googleapis.com – resourcesettings

OpenAPI apis-guru analyticsmedia

The Resource Settings API allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:resourcesettings/v1.json
Provider
googleapis.com:resourcesettings / resourcesettings
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/resourcesettings/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/resourcesettings/v1/openapi.yaml

Tools (5)

Extracted live via the executor SDK.

  • projects.resourcesettingsProjectsSettingsGet

    Returns a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist.

  • projects.resourcesettingsProjectsSettingsList

    Lists all the settings that are available on the Cloud resource parent.

  • projects.resourcesettingsProjectsSettingsPatch

    Updates a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist. Returns a google.rpc.Status with google.rpc.Code.FAILED_PRECONDITION if the setting is flagged as read only. Returns a google.rpc.Status with google.rpc.Code.ABORTED if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only name, local_value and etag. The metadata and effective_value cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the local_value field.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools