Verify
Last updated
Was this helpful?
Last updated
Was this helpful?
Verifies if a service connector instance has access to one or more resources.
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: The ID of the service connector to verify. resource_type: The type of resource to verify access to. resource_id: The ID of the resource to verify access to. list_resources: If True, the list of all resources accessible through the service connector and matching the supplied resource type and ID are returned.
Returns: The list of resources that the service connector has access to, scoped to the supplied resource type and ID, if provided.
true
Service connector resources list.
Lists the resource types and resource instances that a service connector can provide access to.
Verifies if a service connector configuration has access to resources.
This requires the service connector implementation to be installed on the ZenML server, otherwise a 501 Not Implemented error will be returned.
Args: connector: The service connector configuration to verify. list_resources: If True, the list of all resources accessible through the service connector is returned.
Returns: The list of resources that the service connector configuration has access to.
true
Request model for service connectors.
Service connector type specification.
Describes the types of resources to which the service connector can be used to gain access and the authentication methods that are supported by the service connector.
The connector type, resource types, resource IDs and authentication methods can all be used as search criteria to lookup and filter service connector instances that are compatible with the requirements of a consumer (e.g. a stack component).
""
false
Service connector resources list.
Lists the resource types and resource instances that a service connector can provide access to.