Interface ConnectorFailureApi

    • Method Detail

      • getConnectorFailureById

        ConnectorFailure getConnectorFailureById​(String id)
        Finds the ConnectorFailure by ID Returns the single ConnectorFailure for the given ID
        Parameters:
        id - ID of the ConnectorFailure to return (required)
        Returns:
        ConnectorFailure
      • getConnectorFailureByIdWithHttpInfo

        ApiResponse<ConnectorFailure> getConnectorFailureByIdWithHttpInfo​(String id)
        Finds the ConnectorFailure by ID Similar to getConnectorFailureById but it also returns the http response headers . Returns the single ConnectorFailure for the given ID
        Parameters:
        id - ID of the ConnectorFailure to return (required)
        Returns:
        A ApiResponse that wraps the response boyd and the http headers.