v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
service_connectors

Get Service Connector Client

Get a service connector client for a service connector and given resource.

This requires the service connector implementation to be installed on the ZenML server, otherwise a 501 Not Implemented error will be returned.

Args: connector_id: ID of the service connector. resource_type: Type of the resource to list. resource_id: ID of the resource to list.

Returns: A service connector client that can be used to access the given resource.

get/api/v1/service_connectors/{connector_id}/client

Path parameters

connector_idstring uuid required

Query parameters

resource_typestring nullable
resource_idstring nullable

Response

Successful Response

resourcesServiceConnectorResponseResources

Class for all resource models associated with the service connector entity.

idstring uuid required
permission_deniedboolean
namestring required