List Blueprints Using GET
Lists draft blueprint
Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/blueprint/api/blueprints
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
boolean
expand
Optional
Expand with content
string of
array
fields
Optional
Fields to include in content
string
name
Optional
Filter by name
string
orderBy
Optional
Sorts blueprints (e.g. 'name ASC').
integer
page
Optional
Page index
string of
array
projects
Optional
A comma-separated list. Results must be associated with one of these project IDs.
boolean
released
Optional
Filter blueprints with at least one released version
string
search
Optional
Search by name and description
integer
size
Optional
Page size
boolean
versioned
Optional
Filter blueprints with at least one version
Responses
200
OK
Returns
BlueprintQueryResult
of type(s)
application/json
{
"count": 0,
"links": [
"string"
],
"nextPageLink": "string",
"objects": [
{
"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"
}
]
}
],
"prevPageLink": "string"
}
integer As int64
As int64
count
Optional
Count
array of
string
links
Optional
List of links
string
nextPageLink
Optional
Next page link
string
prevPageLink
Optional
Previous page link
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Blueprint Operations
POST
Create Blueprint Using POST
POST
Create Blueprint Version Using POST
DELETE
Delete Blueprint Using DELETE
GET
Get Blueprint Inputs Schema Using GET
GET
Get Blueprint Using GET
GET
Get Blueprint Version Inputs Schema Using GET
GET
Get Blueprint Versions Using GET
GET
Get Blueprint Version Using GET
GET
List Blueprints Using GET
POST
Release Blueprint Version Using POST
POST
Restore Blueprint Version Using POST
POST
Un Release Blueprint Version Using POST
PUT
Update Blueprint Using PUT