Use Apica API to ingest JSON data
This guide will allow you to create your own JSON ingestion to your Apica environment.
POST https://mydomain.apica.io/v1/json_batchAuthorization: Bearer ${IngestToken}[
{
"namespace":"my-test",
"application":"my-awesome-app",
"message":"This is a test message"
}
][
{
"namespace":"joakim-test",
"application":"joakims-awesome-app",
"message":{
"host":"localhost",
"ip":"127.0.0.1",
"port":"443",
"message":"This is a test message"
}
}
]
Last updated
Was this helpful?