v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Creates a new canary evaluation for an organization.

post/v1/{+parent}/canaryevaluations

Path parameters

parentstring required

Required. Name of the organization. Use the following structure in your request: organizations/{org}/instances/{instance}.

Request body

namestring

Output only. Name of the canary evalution.

verdict'VERDICT_UNSPECIFIED' | 'NONE' | 'FAIL' | 'PASS'

Output only. The resulting verdict of the canary evaluations: NONE, PASS, or FAIL.

controlstring

Required. The stable version that is serving requests.

state'STATE_UNSPECIFIED' | 'RUNNING' | 'SUCCEEDED'

Output only. The current state of the canary evaluation.

startTimestring google-datetime

Required. Start time for the canary evaluation's analysis.

createTimestring google-datetime

Output only. Create time of the canary evaluation.

endTimestring google-datetime

Required. End time for the evaluation's analysis.

treatmentstring

Required. The newer version that is serving requests.

Response

Successful response