v1

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

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

post/v1/{+name}:markClaimed

Path parameters

namestring required

Required. Name of the recommendation.

Request body

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}$/.

etagstring

Required. Fingerprint of the Recommendation. Provides optimistic locking.

Response

Successful response