\MonitoringApi

All URIs are relative to http://localhost/api/v1

MethodHTTP requestDescription
GetHealthGet /healthReturns the status of Airflow's metadatabase and scheduler
GetVersionGet /versionGet version information

GetHealth

HealthInfo GetHealth(ctx, )

Returns the status of Airflow's metadatabase and scheduler

Required Parameters

This endpoint does not need any parameter.

Return type

HealthInfo

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetVersion

VersionInfo GetVersion(ctx, )

Get version information

Required Parameters

This endpoint does not need any parameter.

Return type

VersionInfo

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]