7.3

Table Of Contents
Managing Provisioned
Deployments 7
You use the catalog service to manage provisioned deployments.
The catalog service is designed to be used by consumers of the service catalog. For example, a
consumer might want to list all provisioned resources then submit a request to power off a resource.
This chapter includes the following topics:
n
Manage Provisioned Deployments
n
Power Off
n
Change Lease
n
Catalog Service Examples for Managing Provisioned Deployments
Manage Provisioned Deployments
You use the catalog service to log in to vRealize Automation and view information about provisioned
resources.
Prerequisites
n
Log in to vRealize Automation as a business group manager.
n
Verify that the appliance name and fully qualified domain name of the vRealize Automation instance
are available.
n
Verify that you have a valid HTTP bearer token that matches your login credentials. See Chapter 2
REST API Authentication.
Procedure
1 Display a list of all provisioned resources.
$curl --insecure -s -H" Content-Type: multipart/form-data" -H "Authorization: Bearer $token"
http://$vRA/catalog-service/api/consumer/requests/7aaf9baf-aa4e-47c4-997b-
edd7c7983a5b/resourceViews
For details regarding input and output of this sample, see Syntax for Getting Deployment Details.
2 Examine the response for the HATEOAS links that you need to obtain additional information about
specific deployed resources.
VMware, Inc.
107