How do I use VMware Aria
Suite Lifecycle in VCF Aware ModeLast Updated November 8, 2024
VMware Aria
Suite Lifecycle
in VCF Aware ModeAs a VMware Cloud Foundation (VCF)
user, you can use SDDC Manager to automate the deployment of
VMware Aria
Suite Lifecycle
in VCF aware mode so that SDDC Manager
understands which VMware Aria Suite
products have been deployed. Running
VMware Aria
Suite Lifecycle
in VCF aware mode allows bidirectional
communication and ensures that the VCF user deploys VMware Aria Suite
products in accordance with
VMware Validated Design. Running API Operations as a VCF
Administrator
As a VCF administrator with the user name
vcfadmin@local, you can use any of the
VMware Aria
Suite Lifecycle
public REST APIs, but restrictions and requirements apply
to the following operations when VMware Aria
Suite Lifecycle
is in VCF aware mode. No restrictions or requirements apply to the
VMware Aria
Suite Lifecycle
administrator with the user name admin@local.
Operation | Endpoint | Restriction or Requirement |
---|---|---|
Update product admin password | PUT
/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/admin-password | You are not allowed to update password references in VCF enabled
environments. To update a product admin password, use the following example
request body
instead: |
Update Product Node Password | PUT
/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/nodes/{nodeType} | You are not allowed to update password references in VCF enabled
environments. To update a product node password, use the following example request
body
instead: |
Validate an Environment | POST /lcm/lcops/api/v2/environments/pre-validate | When you validate an environment before you create an environment, the
request payload must include vcfProperties as an infrastructure
property. vcfProperties identifies if the environment is VCF
enabled. For
example: |
Create an Environment | POST /lcm/lcops/api/v2/environments | When you create an environment, the request payload for deployment must
include:
When you create an environment, the
request payload for import must include:
Workspace ONE
Access with a single
node. |
Add Product to an Environment | POST /lcm/lcops/api/v2/environments/{environmentId}/products | When you add a product to an
existing environment, the request payload must include:
When you import a product into an
existing environment, the request payload must include:
Workspace ONE
Access with a single
node. |
Add Node to a Product | POST
/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/nodes | When you scale out Workspace ONE
Access , the request payload must include:
The following payload example
includes product values for scaling out Workspace ONE
Access . |