GET /v2/apps/{app_id}/events/{event_id}/logs
Retrieve the logs of an autoscaling event for an app.
Servers
- https://api.digitalocean.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
event_id |
String | Yes |
The event ID |
app_id |
String | Yes |
The app ID |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
type |
String | Yes |
The type of logs to retrieve
Valid values:
Default value: "UNSPECIFIED" |
follow |
Boolean | No |
Whether the logs should follow live updates. |
pod_connection_timeout |
String | No |
An optional time duration to wait if the underlying component instance is not immediately available. Default: |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.