Resource: PlaybookVersion
Playbook version is a snapshot of the playbook at certain timestamp.
JSON representation |
---|
{ "name": string, "description": string, "playbook": { object ( |
Fields | |
---|---|
name |
The unique identifier of the playbook version. Format: |
description |
Optional. The description of the playbook version. |
playbook |
Output only. Snapshot of the playbook when the playbook version is created. |
examples[] |
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created. |
update |
Output only. Last time the playbook version was created or modified. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates a version for the specified Playbook. |
|
Deletes the specified version of the Playbook. |
|
Retrieves the specified version of the Playbook. |
|
Lists versions for the specified Playbook. |