Create Blueprint Using POST
Creates a blueprint
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
{
"content": "string",
"contentSourceId": "string",
"contentSourcePath": "string",
"contentSourceSyncAt": "string",
"contentSourceSyncMessages": [
"string"
],
"contentSourceSyncStatus": "string",
"contentSourceType": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"projectName": "string",
"requestScopeOrg": false,
"selfLink": "string",
"status": "string",
"totalReleasedVersions": 0,
"totalVersions": 0,
"updatedAt": "string",
"updatedBy": "string",
"valid": false,
"validationMessages": [
{
"message": "string",
"path": "string",
"resourceName": "string",
"type": "string"
}
]
}
Blueprint YAML content
Content source id
Content source path
Content source last sync time
Content source last sync messages
Content source last sync status
Content source type
Created time
Created by
Blueprint description
Object ID
Blueprint name
Org ID
Project ID
Project Name
Flag to indicate blueprint can be requested from any project in org
Blueprint self link
Blueprint status
Total released versions
Total versions
Updated time
Updated by
Validation result on update
OK
{
"id": "string",
"selfLink": "string"
}
Blueprint Id
Blueprint self link
Created
{
"id": "string",
"selfLink": "string"
}
Blueprint Id
Blueprint self link
Unauthorized
Forbidden
Not Found