Viewing operations with clusters
All actions with Managed Service for Apache Airflow™ clusters are logged as a list of operations. Each operation is assigned a unique ID.
Getting a list of operations
To get a list of operations for a Managed Service for Apache Airflow™ cluster:
-
In the management console
, open the folder with the cluster. -
Select Managed Service for Apache Airflow™.
-
In the left-hand panel, select
Clusters. -
Select the cluster you need.
-
Go to the
Operations panel for the selected cluster.You will see a list of operations with the selected cluster.
Use the listOperations REST API method for the Cluster resource or the ClusterService/ListOperations gRPC API call and provide the cluster ID in the request.
Getting detailed information about an operation
-
Get a list of operations for a cluster.
-
Copy the ID of the operation.
-
Get detailed information about the operation:
APIUse the OperationService/Get gRPC API call and provide the operation ID in the request.