Function Deployment
Get Function Deployment Details
Allows Account Admins to retrieve the deployment details of the specified function version. Access to this endpoint mandates a bearer token with 'deploy_function' scope in the HTTP Authorization header.
get/v2/nvcf/deployments/functions/{functionId}/versions/{functionVersionId}
Path parameters
functionIdstring uuid required
Function id
functionVersionIdstring uuid required
Function version id
Response
OK