Skip to main content

managed_blueprints_create

POST 

/managed/blueprints/

Blueprint instances

Request

Body

required

    name stringrequired

    Possible values: non-empty

    path string
    context
    enabled boolean
    content string

Responses

Schema

    pk uuidrequired
    name stringrequired
    path string
    context
    last_applied date-timerequired
    last_applied_hash stringrequired
    status BlueprintInstanceStatusEnum (string)required

    Possible values: [successful, warning, error, orphaned, unknown]

    enabled boolean
    managed_models string[]required
    metadata required
    content string
Loading...