parable_web_api_sdk. It covers every endpoint in
the API Reference.
Your Parable representative will confirm registry access if the package
is not public yet.
Install
Import and authenticate
Create a client with your workspace API token. See Authentication if you do not have one.Authorization: Bearer ... on every call.
Read
Who you are, then the connectors configured in your workspace:Update
Enable a tap. Replace the id with one from your workspace. List taps withsdk.tenant_connector_taps.tenant_connector_taps().
UpdateTenantConnectorTapInput(enabled=False).