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_typestring · nullableOptional
resource_idstring · nullableOptional
Responses
200
Successful Response
application/json
Response model for service connectors.
idstring · uuidRequired
permission_deniedbooleanOptionalDefault:
falsenamestring · max: 255Required
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}/client
Last updated
Was this helpful?