2- Set environment variables for all resource API versions (from the API reference)

GET https://developer.greenlake.hpe.com/_auth/sidebar/__alternative-sidebar__-data-glcp-doc-portal-docs-greenlake-services-compute-ops-mgmt-sidebars.yaml

Create variables to get the API version of COM resources using the API reference.

  1. Generate a variable for each API resource such as {{servers_API_version}}, {{jobs_API_version}}, etc.

  2. Set each variable value with the resource API version: {{servers_API_version}} = v1beta2

{{filters_API_version}} = v1beta1 Etc.