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.
Authorizations
Path parameters
connector_idstring · uuidrequired
Query parameters
resource_typeany ofoptional
resource_idany ofoptional
Responses
application/json
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
404
422
Last updated
Was this helpful?