googleapis.com – resourcesettings
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.resourcesettingsProjectsSettingsGetReturns a specified setting. Returns a
google.rpc.Statuswithgoogle.rpc.Code.NOT_FOUNDif the setting does not exist. -
projects.resourcesettingsProjectsSettingsListLists all the settings that are available on the Cloud resource
parent. -
projects.resourcesettingsProjectsSettingsPatchUpdates a specified setting. Returns a
google.rpc.Statuswithgoogle.rpc.Code.NOT_FOUNDif the setting does not exist. Returns agoogle.rpc.Statuswithgoogle.rpc.Code.FAILED_PRECONDITIONif the setting is flagged as read only. Returns agoogle.rpc.Statuswithgoogle.rpc.Code.ABORTEDif the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain onlyname,local_valueandetag. Themetadataandeffective_valuecannot be updated through this API. Note: the supplied setting will perform a full overwrite of thelocal_valuefield. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools