Recommender API: organizations.
See: https://cloud.google.com/recommender/docs/docs/reference/rest/v1/organizations
Recommender API: organizations. See: https://cloud.google.com/recommender/docs/docs/reference/rest/v1/organizations
(locations-insightTypes-getConfig$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/insightTypes/getConfig Required parameters: name Optional parameters: none Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
(locations-insightTypes-insights-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the requested insight. Requires the recommender.*.get IAM permission for the specified insight type.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/insightTypes/insights/get Required parameters: name Optional parameters: none Gets the requested insight. Requires the recommender.*.get IAM permission for the specified insight type.
(locations-insightTypes-insights-list$ auth parameters)
Required parameters: parent
Optional parameters: pageToken, filter, pageSize
Lists insights for the specified Cloud Resource. Requires the recommender.*.list IAM permission for the specified insight type.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/insightTypes/insights/list Required parameters: parent Optional parameters: pageToken, filter, pageSize Lists insights for the specified Cloud Resource. Requires the recommender.*.list IAM permission for the specified insight type.
(locations-insightTypes-insights-markAccepted$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:stateMetadata {}, :etag string}
Marks the Insight State as Accepted. Users can use this method to indicate to the Recommender API that they have applied some action based on the insight. This stops the insight content from being updated. MarkInsightAccepted can be applied to insights in ACTIVE state. Requires the recommender.*.update IAM permission for the specified insight.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/insightTypes/insights/markAccepted Required parameters: name Optional parameters: none Body: {:stateMetadata {}, :etag string} Marks the Insight State as Accepted. Users can use this method to indicate to the Recommender API that they have applied some action based on the insight. This stops the insight content from being updated. MarkInsightAccepted can be applied to insights in ACTIVE state. Requires the recommender.*.update IAM permission for the specified insight.
(locations-insightTypes-updateConfig$ auth parameters body)
Required parameters: name
Optional parameters: updateMask, validateOnly
Body:
{:etag string, :updateTime string, :annotations {}, :displayName string, :insightTypeGenerationConfig {:params {}}, :revisionId string, :name string}
Updates an InsightTypeConfig change. This will create a new revision of the config.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/insightTypes/updateConfig Required parameters: name Optional parameters: updateMask, validateOnly Body: {:etag string, :updateTime string, :annotations {}, :displayName string, :insightTypeGenerationConfig {:params {}}, :revisionId string, :name string} Updates an InsightTypeConfig change. This will create a new revision of the config.
(locations-recommenders-getConfig$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the requested Recommender Config. There is only one instance of the config for each Recommender.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/getConfig Required parameters: name Optional parameters: none Gets the requested Recommender Config. There is only one instance of the config for each Recommender.
(locations-recommenders-recommendations-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the requested recommendation. Requires the recommender.*.get IAM permission for the specified recommender.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/recommendations/get Required parameters: name Optional parameters: none Gets the requested recommendation. Requires the recommender.*.get IAM permission for the specified recommender.
(locations-recommenders-recommendations-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter
Lists recommendations for the specified Cloud Resource. Requires the recommender.*.list IAM permission for the specified recommender.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/recommendations/list Required parameters: parent Optional parameters: pageSize, pageToken, filter Lists recommendations for the specified Cloud Resource. Requires the recommender.*.list IAM permission for the specified recommender.
(locations-recommenders-recommendations-markClaimed$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:etag string, :stateMetadata {}}
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.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/recommendations/markClaimed Required parameters: name Optional parameters: none Body: {:etag string, :stateMetadata {}} 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.
(locations-recommenders-recommendations-markDismissed$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:etag string}
Mark the Recommendation State as Dismissed. Users can use this method to indicate to the Recommender API that an ACTIVE recommendation has to be marked back as DISMISSED. MarkRecommendationDismissed can be applied to recommendations in ACTIVE state. Requires the recommender.*.update IAM permission for the specified recommender.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/recommendations/markDismissed Required parameters: name Optional parameters: none Body: {:etag string} Mark the Recommendation State as Dismissed. Users can use this method to indicate to the Recommender API that an ACTIVE recommendation has to be marked back as DISMISSED. MarkRecommendationDismissed can be applied to recommendations in ACTIVE state. Requires the recommender.*.update IAM permission for the specified recommender.
(locations-recommenders-recommendations-markFailed$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:etag string, :stateMetadata {}}
Marks the Recommendation State as Failed. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation failed. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/recommendations/markFailed Required parameters: name Optional parameters: none Body: {:etag string, :stateMetadata {}} Marks the Recommendation State as Failed. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation failed. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.
(locations-recommenders-recommendations-markSucceeded$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:etag string, :stateMetadata {}}
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.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/recommendations/markSucceeded Required parameters: name Optional parameters: none Body: {:etag string, :stateMetadata {}} 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.
(locations-recommenders-updateConfig$ auth parameters body)
Required parameters: name
Optional parameters: validateOnly, updateMask
Body:
{:displayName string, :recommenderGenerationConfig {:params {}}, :updateTime string, :annotations {}, :name string, :etag string, :revisionId string}
Updates a Recommender Config. This will create a new revision of the config.
https://cloud.google.com/recommender/docs/api/reference/rest/v1/organizations/locations/recommenders/updateConfig Required parameters: name Optional parameters: validateOnly, updateMask Body: {:displayName string, :recommenderGenerationConfig {:params {}}, :updateTime string, :annotations {}, :name string, :etag string, :revisionId string} Updates a Recommender Config. This will create a new revision of the config.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close