Create Logger

Create a logger owned by the authenticated Glue user.

1curl -X POST "https://api.hola.cloud/v1/loggers" \
2  -H "X-Glue-Authentication: YOUR_GLUE_TOKEN" \
3  -H "Content-Type: application/json" \
4  -d '{"name":"app"}'
1{
2  "id": "logger_xyz789",
3  "name": "app",
4  "owners": ["user_123"],
5  "api_keys": [],
6  "usage": {}
7}

Comments

Leave a comment