- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- PlaceholderCategory
- Try it!
Full name: projects.locations.instances.legacySystemMetadata.placeholders
Legacy Get Placeholder Names.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The name of the parent resource, which is the SecOps instance to get Placeholders for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
placeholderCategory |
Required. The category of placeholders requested. |
searchTerm |
Optional. A search term used for querying placeholders. |
shouldRemovePrefix |
Optional. Skip field type prefix. |
simulation |
Optional. Request for playbook simulation. Can be provided if the Category is ENTITY. Helps to understand if we are looking for entities that are part of a playbook simulation. |
originalWorkflowIdentifier |
Optional. Simulated playbook identifier. Can be provided if the Category is ENTITY. To reference the specific playbook that is simulated so the placeholders can look for entity names within it. |
Request body
The request body must be empty.
Response body
Response for legacySystemMetadata.placeholders.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "items": [ string ], "totalSize": integer } |
Fields | |
---|---|
items[] |
Output only. The list of placeholder names. |
totalSize |
The total number of results matching the request. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
PlaceholderCategory
Categories for placeholders used in the system.
Enums | |
---|---|
PLACEHOLDER_CATEGORY_UNSPECIFIED |
Unspecified placeholder category. |
ALERT |
Alert placeholder category. |
CASE |
Case placeholder category. |
ENTITY |
Entity placeholder category. |
ENVIRONMENT |
Environment placeholder category. |
EVENT |
Event placeholder category. |
ENVIRONMENT_PARAMETER |
Environment parameter placeholder category. |
GENERAL |
General placeholder category. |