VMware Cloud Community
ashu23
Contributor
Contributor
Jump to solution

Need help on blueprint APIs. i am working on automation of vRA 6.2 like blueprints,cloud providers. logical templates,deployments and application.

so i need API for getting the List of blueprints in vRA.

please help

Reply
0 Kudos
1 Solution
2 Replies
ashu23
Contributor
Contributor
Jump to solution

Thanks msk05. i am referring that doc only.

i got one API for blueprint also, but that is giving an empty response:

API :  catalog-service/api/consumer/entitledCatalogItems

output is

{

“links”: [],

“content”: [],

“metadata”: {

“size”: 20,

“totalElements”: 0,

“totalPages”: 0,

“number”: 1,

“offset”: 0

}

}


i am using postman and I authenticate well but empty response.

any ideas ?

Reply
0 Kudos