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
OAuth2passwordRequired
Token URL:
Path parameters
connector_idstring · uuidRequired
Query parameters
resource_typeany ofOptional
stringOptional
nullOptional
resource_idany ofOptional
stringOptional
nullOptional
Responses
200
Successful Response
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/service_connectors/{connector_id}/clientLast updated
Was this helpful?