ConnectorTypeOVH
class connector_types.connector_type_ovh.ConnectorTypeOVH
Call the OVH API using the python-ovh api-wrapper library. Consult the OVH API documentation for details on paths and parameters.
Input Schema
-
schema_version = '10.0'Type:
string -
authenticationType:
anyOfOptions: -
methodType:
anyOfOptions: -
pathThe path to call on the OVH API.
Type:
string -
kwargsKeyword arguments to pass to the method call.
Type:
objectAdditional Properties:
True -
endpointThe endpoint to use for the OVH API.
See https://github.com/ovh/python-ovh?tab=readme-ov-file#2-configure-your-application for a list of available endpoints.
Type:
stringDefault:
ovh-eu -
idempotentWhether re-running this connection from the start is safe (no duplicate side effects). Controls recovery after the connection between Cloudomation and the remote system is lost and later re-established (network glitch, workspace restart, ...): repeatable connections are left running to be reattached or re-run, others are cancelled. Leave unset to let the connector decide based on the operation.