- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.logTypes.parsers.patch
Update a parser.
HTTP request
PATCH https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parser.name} Path parameters
| Parameters | |
|---|---|
parser.name |
Output only. name of the parser resource. |
Query parameters
| Parameters | |
|---|---|
updateMask |
Optional. The list of fields to update. 1. If updateMask is not included in the request, error will be returned. 2. If updateMask is present and paths includes only "*" then all fields which are supported by UpdateParserRequest will be updated irrespective of whether they are present in the request or not. Fields which are not present in the request will be set to nil/false value. 3. To update partial attributes in Parser, the relevant attributes should be provided like Parser. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Parser.
Response body
If successful, the response body contains an instance of Parser.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
chronicle.parsers.update
For more information, see the IAM documentation.