faasr_register_workflow_openwhisk_check_exists {FaaSr}R 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


[Package FaaSr version 1.4.4 Index]