packageCreateFromBlueprint

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