faasr_register_workflow_openwhisk_check_exists: faasr_register_workflow_openwhisk_check_exists

View source: R/faasr_client_api_openwhisk.R

faasr_register_workflow_openwhisk_check_existsR Documentation

faasr_register_workflow_openwhisk_check_exists

Description

Check the remote repository is existing on the openwhisk by sending the GET request. If it exists, return TRUE, doesn't exist, return FALSE

Usage

faasr_register_workflow_openwhisk_check_exists(ssl, action, server, faasr)

Arguments

ssl

SSL CA check; for the SSL certificate: FALSE

action

a string for the target action: /actions, /triggers, /rules

server

a string for the target server

faasr

a list form of the JSON file

Value

a logical value; if exists, return TRUE, doesn't exist, return FALSE


FaaSr documentation built on June 22, 2024, 9:38 a.m.