How to update API Version that is being called for CloudWatch?

0

I'm using API Gateway to integrate with CloudWatch and when using majority of actions I get the following error message as the returned response.

{
"Error": {
"Code": "InvalidAction",
"Message": "Could not find operation DescribeAlarms for version 2009-05-15",
"Type": "Sender"
},
"RequestId": "828bf814-a81a-41d2-8560-f1f64b81d977"
}

This is happening as the API Version it should be using is 2010-08-01, I tried updating the HTTP Header with X-Amz-Target and putting 'GraniteServiceVersion20100801.DescribeAlarms' as the value in Integration Request but nothing changed.

Edited by: pixpixpix on Dec 14, 2020 2:45 PM

1 Risposta
1

Under Method Integration -> URL Query String Parameters > I added Version as the name and '2010-08-01' as the value.

All actions are now working as expected.

con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande