Compute
compute
Operations that call cloud functions
invokeNimbusCloudFn
Code samples
POST /cloudfn
Invokes a cloud function
Body parameter
Parameters
Name
In
Type
Required
Description
body
body
InvokeCloudFnRequestBody
false
Invokes a cloud function
Example responses
200 Response
Responses
Status
Meaning
Description
Schema
200
Successful operation
InvokeCloudFnResponseBody
400
Invaid cloud function
None
404
User not authorized to invoke function
None
500
Error invoking function
None
This operation does not require authentication
Last updated