Hello everybody and good times!
I want to forward GCP logs using the headerless API.
According to the documentation and the only available option I have is to generate a URL in the first step, the problem is that I get this error when I click the generate URL button:
There was an error while creating your API key
Here is the response from the network tab:
{
"errors": [
{
"locations": [
{
"column": 100,
"line": 1
}
],
"message": "Argument \"keys\" has invalid value {ingest: {accountId: $accountId, ingestType: LICENSE, name: $name, notes: $notes}}.\nIn field \"ingest\": Expected type \"[ApiAccessCreateIngestKeyInput]\", found {accountId: $accountId, ingestType: LICENSE, name: $name, notes: $notes}.\nIn element #1: Expected type \"ApiAccessCreateIngestKeyInput\", found {accountId: $accountId, ingestType: LICENSE, name: $name, notes: $notes}.\nIn field \"accountId\": Expected type \"Int!\", found $accountId."
}
]
}
Is there something wrong with the GCP logs integration?
Could someone check if they can make Google Cloud Platform Logs integration work?
Any Ideas?
Thanks in forward!