Skip to main content

canaryevaluations

Overview

Namecanaryevaluations
TypeResource
Idgoogle.apigee.canaryevaluations

Fields

NameDatatypeDescription
namestringOutput only. Name of the canary evalution.
controlstringRequired. The stable version that is serving requests.
createTimestringOutput only. Create time of the canary evaluation.
endTimestringRequired. End time for the evaluation's analysis.
metricLabelsobjectLabels that can be used to filter Apigee metrics.
startTimestringRequired. Start time for the canary evaluation's analysis.
statestringOutput only. The current state of the canary evaluation.
treatmentstringRequired. The newer version that is serving requests.
verdictstringOutput only. The resulting verdict of the canary evaluations: NONE, PASS, or FAIL.

Methods

NameAccessible byRequired ParamsDescription
organizations_instances_canaryevaluations_getSELECTcanaryevaluationsId, instancesId, organizationsIdGets a CanaryEvaluation for an organization.
organizations_instances_canaryevaluations_createINSERTinstancesId, organizationsIdCreates a new canary evaluation for an organization.