v1

latestOpenAPI 3.0.32026-08-068925782.3 MB
DevOps

Retrieves task statistics about health and resources consumption by the Extension instances given an Environment id, an extension_id, and a granularity (cloud mode only). The parameter granularity can be of three values: hour, day or week.

get/devops/services/{extension_id}/environments/{id}/task-stats/{granularity}

Path parameters

extension_idstring required
idstring required
granularitystring required

Response

idstring
type'production' | 'test' | 'development'
runtime'local' | 'cloud'
external_idstring uuid
readme_urlstring uri
changelog_urlstring uri
schedulablesobject nullable
jwt_secretstring nullable
status'uninitialized' | 'building' | 'deploying' | 'standby' | 'running' | 'upgrading' | 'stopping' | 'stopped' | 'connected' | 'disconnected' | 'errored'
log_level'DEBUG' | 'INFO' | 'WARNING' | 'ERROR'
anvil_callablesobject nullable
hostnamestring
domainstring
configuration_changedboolean
iconstring nullable
ui_modulesstring
replicasstring
base_image_overridestring nullable

Operator-only override of the eaas-runner base image to build this environment (wins over the API base_image_version). Empty = use the global CloudSettings image.