Get Blueprint Using GET

Get Blueprint Using GET

Returns blueprint details

Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/blueprint/api/blueprints/{blueprintId}
COPY
Path Parameters
string
blueprintId
Required

blueprintId

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


Responses
200

OK

Returns Blueprint of type(s) application/json
{
    "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"
        }
    ]
}
string
content
Optional

Blueprint YAML content

string
contentSourceId
Optional

Content source id

string
contentSourcePath
Optional

Content source path

string As date-time As date-time
contentSourceSyncAt
Optional

Content source last sync time

array of string
contentSourceSyncMessages
Optional

Content source last sync messages

string
contentSourceSyncStatus
Optional

Content source last sync status

Possible values are : SUCCESSFUL, FAILED,
string
contentSourceType
Optional

Content source type

string As date-time As date-time
createdAt
Optional

Created time

string
createdBy
Optional

Created by

string
description
Optional

Blueprint description

string
id
Optional

Object ID

string
name
Optional

Blueprint name

string
orgId
Optional

Org ID

string
projectId
Optional

Project ID

string
projectName
Optional

Project Name

boolean
requestScopeOrg
Optional

Flag to indicate blueprint can be requested from any project in org

string
selfLink
Optional

Blueprint self link

string
status
Optional

Blueprint status

Possible values are : DRAFT, VERSIONED, RELEASED,
integer As int32 As int32
totalReleasedVersions
Optional

Total released versions

integer As int32 As int32
totalVersions
Optional

Total versions

string As date-time As date-time
updatedAt
Optional

Updated time

string
updatedBy
Optional

Updated by

boolean
valid
Optional

Validation result on update

validationMessages
Optional

Validation messages


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