VMware Service Broker API

VMware Service Broker API

A multi-cloud API for Cloud Automation Services

This page describes the RESTful APIs for Approval Service. The APIs facilitate CRUD operations on the various resources and entities used throughout Approval service (Approval Requests , Approval Policy Data , Deployment limit policy Data , etc.) and allow operations on them (approving or rejecting the approval request, retrieving approval policy criteria and actions data etc.).

The APIs that list collections of resources also support OData like implementation. Below query params can be used across Blueprint entities.

Example:

  1. sort - returns a result with the rows being sorted by the values of provided attribute.

    /approval/api/approvals?sort=deploymentName%2CDESC

  2. page, size - page used in conjunction with size helps in pagination of resources.

    /approval/api/approvals?page=0&size=20