Resource: ExperimentTemplate
Template for a failure-injection experiment.
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"description": string,
"duration": string,
"createTime": string,
"updateTime": string,
"action": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of this experiment template. Format: |
displayName |
Optional. Human-readable template name. Min length 0, max 1000. |
description |
Optional. Optional user-provided description or notes. Min length 0. Max length 2000. |
duration |
Required. How long the experiment is intended to run. Min duration is 0, max is 10 days. A duration in seconds with up to nine fractional digits, ending with ' |
createTime |
Output only. The time the template was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time the template was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
action |
Required. The action to be performed. |
Methods |
|
|---|---|
|
Creates a new experiment template. |
|
Deletes an experiment template. |
|
Retrieves the details of a specific experiment template. |
|
Lists all experiment templates in a specified project and location. |
|
Updates an existing experiment template. |