v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1392740.9 KB
billingAccounts

Marks the Recommendation State as Succeeded. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation was successful. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.

post/v1/{+name}:markSucceeded

Path parameters

namestring required

Required. Name of the recommendation.

Request body

etagstring

Required. Fingerprint of the Recommendation. Provides optimistic locking.

stateMetadataobject

State properties to include with this state. Overwrites any existing state_metadata. Keys must match the regex /^a-z0-9{0,62}$/. Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/.

Response

Successful response