Get a shadow experiment
Retrieves a shadow experiment, including its sampling strategy and target deployments.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Endpoint identifier.
Shadow experiment identifier.
Response
OK
Experiment that mirrors sampled endpoint requests to target deployments without changing client responses.
Output only. Unique shadow experiment identifier.
Output only. Project that owns the parent endpoint.
Output only. Endpoint whose traffic this experiment samples.
Human-readable shadow experiment name, unique within the endpoint. At most 256 characters.
Endpoint source and sampling configuration for mirrored requests.
Target deployments that receive mirrored traffic.
Identifier of the principal that created the experiment.
Timestamp when the experiment was created.
Timestamp when the experiment was last updated.
Opaque version tag for optimistic concurrency control. Returned on read; set it on update or delete requests for consistent read-modify-write.
Derived serving state, active when the experiment has at least one target.
SHADOW_EXPERIMENT_STATE_ACTIVE, SHADOW_EXPERIMENT_STATE_INACTIVE User defined description.