packageCreateFromBlueprint

Endpoint URL: https://admin.pubnub.com:443/api/faas/v1/package-blueprints/{packageBlueprintId}/packages

Create package based on package-blueprint from catalog

Path Parameters
packageBlueprintId uuid REQUIRED
Request Body REQUIRED
keysetId int32 REQUIRED
name string
description string
apiManaged boolean REQUIRED
tags string[]

Possible values: Value must match regular expression [a-z_][a-z_0-9]{0,63}

revisionName string REQUIRED
revisionDescription string
functions object[]
functionBlueprintId string REQUIRED
name string
sortOrder int32

Possible values: value ≤ 32767

params object[] REQUIRED
functionBlueprintParamId string REQUIRED
key string
value string
Responses
201

Created

Schema OPTIONAL
data object OPTIONAL
id string
packageBlueprintId string OPTIONAL
name string

Possible values: length ≤ 255

description string OPTIONAL
apiManaged boolean
tags string[]
revisionsTotal int32

Possible values: 1 ≤ value

packageDeploymentsTotal int32
packageDeploymentsRunning int32
createdDttm string
updatedDttm string OPTIONAL
meta object
correlationId string
timestamp date-time
errors object[]
code string
message string
* required
packageBlueprintId*
Type: string
* required
keysetId*
Type: integer
≥ 0Format: int32
name
Type: string
description
Type: string
apiManaged*
Type: boolean
tags
Type: array
Array items:
items
Type: string
Pattern: [a-z_][a-z_0-9]{0,63...
revisionName*
Type: string
revisionDescription
Type: string
functions
Type: array
Array items:
items
Type: object
data
Type: object
meta
Type: object
errors
Type: array
Array items:
items
Type: object