cosmotech.coal.cosmotech_api.runner.metadata¶
metadata
¶
Runner metadata retrieval functions.
get_runner_metadata(api_client, organization_id, workspace_id, runner_id, include=None, exclude=None)
¶
Get runner metadata from the API.
Args: api_client: The API client to use organization_id: The ID of the organization workspace_id: The ID of the workspace runner_id: The ID of the runner include: Optional list of fields to include exclude: Optional list of fields to exclude
Returns: Dictionary with runner metadata
Source code in cosmotech/coal/cosmotech_api/runner/metadata.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|