Capture Content Last Updated January 26, 2025
To capture content from an existing
Content Management endpoint, you make a POST request. More than one type of content can be
captured at the same time.
- Verify that the appliance name and fully qualified domain name of theVMware Aria Suite Lifecycleinstance are available.
- Verify that the URL variable is assigned.
- Verify that you have added at least one content endpoint.
The following procedure shows how to
capture content from a
VMware Aria Operations
endpoint and how to list the dependencies of that content. You list the dependencies because you want to
ensure that the package you test or deploy later includes all required
content.
- Assign the reference ID of an existingVMware Aria Operationsendpoint to a variable name.
- As a developer, capture the content from theVMware Aria Operationsendpoint.In this example, the content you are capturing includes:
- Operations-Alert
- Operations-Report
- Parameters to capture dependencies with"includeDependencies":trueand to mark the content as production ready with"productionReady":true.
- Open the UI and copy thecontent-version-idfrom the URL. In this example, thecontent-version-idis 4b014331-c496-4eef-92a4-4061f69a94a6.In this example, thecontent-version-idis 4b014331-c496-4eef-92a4-4061f69a94a6.
- To retrieve the dependencies of your captured content, enter the following command with thecontent-version-idfrom the URL.
- A snippet of the response lists dependencies for the content.The response lists all the additional content required to correctly deploy the captured content to another endpoint of the same type.