VCF Automation OpenAPI Operations Index

VCF Automation OpenAPI Operations Index

All available VCF Automation OpenAPI Operations

Access Controls
GET
Query Entity Access Control Grants

Get the access-control list for the specified vCD entity.

POST
Create Entity Access Control Grant

Creates an access-control grant, giving the user the level of access for the vCD entity.

GET
Get Entity Access Control Grant

Get the specified access-control grant.

PUT
Update Entity Access Control Grant

Updates the specified access-control grant.

DELETE
Remove Entity Access Control Grant

Removes the specified access-control grant from the vCD entities access-control list.

Access Levels
GET
Query Access Levels

Get all access levels.

GET
Get Access Level

Get the specified access level.

Advisory
GET
Query Advisory Definitions

Get a list of all advisory definitions.

POST
Create Advisory Definition

Create a new advisory definition.

GET
Get Advisory Definition

Get the advisory definition with the specified id.

DELETE
Delete Advisory Definition

Delete the advisory with the associated specified id.

GET
Query Advisories

Get a list of all advisories accessible to the user.

GET
Get Advisory

Get the advisory with the specified id.

PUT
Update Advisory

Updates an advisory for the active session using a specified id. Advisories that have a MANDATORY priority may not be updated.

Api Filter
GET
Get Api Filters

Query all API filters.

POST
Create Api Filter

Create an API filter.

GET
Get Api Filter

Retrieve an API filter.

PUT
Update Api Filter

Update an API filter.

DELETE
Delete Api Filter

Delete an API filter.

App
GET
Query Apps

Retrieves a list of Org-scoped (if applicable) apps. Results can be filtered by id, name. If no organization scope is provided, items are returned from all the organizations.

POST
Create App

Creates a new App in the provided organization. If appType is ContainerApp, and field kubernetes.paused is set to false, this API returns 202 with task URL in location header. If appType is ContainerApp, and field kubernetes.paused is set to false, this API returns 201 with the paused ContainerApp in response body. If appType is VmApp, then this method throws 400 BadRequest exception. VM based apps cannot be created using this API. Returns 400 if an app with the same name already exists.

GET
Get App

Retrieves a specific app via its URN.

PUT
Update App

Updates a specific app. When package info for the specified container app has been updated, and the container app deployment is not paused, this API will response 202 with task URL in location header. Otherwise this API returns 200.

DELETE
Delete App

Deletes a specific app. If force parameter has been set to true, this API will response 204. Otherwise this API returns 202 with task URL in location header.

GET
Get Custom Values

Retrieves the custom changes used to override default values in values.yaml. Returns 400 if app type is anything but ContainerApp.

PUT
Update Custom Values

Sets the custom changes used to override default values in values.yaml. These custom changes should be in YAML format. E.g. for Helm charts, user-supplied custom changes will be applied to override default values stored in Helm chart's values.yaml. If the container app deployment is not paused, this API will response 202 with task URL in location header. Otherwise this API returns 200 for a ContainerApp. Returns 400 if app type is anything but ContainerApp.

GET
Query Kubernetes Resources

Retrieves a list of Kubernetes resources allocated for a container app. Returns 400 if app type is anything but ContainerApp.

GET
Query Revisions

Retrieves a list of revisions generated for a container app. Returns 400 if app type is anything but ContainerApp.

GET
Get Revision

Retrieves a specific revision via container app's URN and revision number. Returns 400 if app type is anything but ContainerApp.

GET
Get Revision Custom Values

Retrieves the custom changes stored in revision via container app's URN and revision number. Returns 400 if app type is anything but ContainerApp.

POST
Rollback To Revision

Rollback to a revision specified by container app's URN and revision number. A 202 response is returned along with a task URL in the location response header. Returns 400 if app type is anything but ContainerApp.

App Template
GET
Query App Templates

Retrieves a list of Org-scoped (if applicable) appTemplates. Results can be filtered by id, name. If no organization scope is provided, items are returned from all the organizations.

POST
Create App Template

Creates a new AppTemplate in the provided catalog.

GET
Get App Template

Retrieves a specific appTemplate via URN.

PUT
Update App Template

Updates appTemplate definition. If new application or chart versions are added in the appTemplate definition, those versions will be imported. The response is a 202 with task URL in location header. if versions are removed then corresponding catalog items are deleted.

DELETE
Delete App Template

Deletes the specified appTemplate and all its backing catalog items for all the versions. The response is a 202 with task URL in location header

GET
Query App Template Eulas

Retrieves a list of AppTemplateEula objects.

Audit Trail
GET
Query Audit Trail

Get list of audit trail events

Branding Theme
GET
Get Active Theme Main Flavor

Get a description of a theme to be applied. The response contains relative URLs to each file comprising the theme in its main flavor. To fetch each file, build a URL from filesRoot + files[i] and GET it. This resource is accessible without authentication.

GET
Get Active Theme

Get a description of a theme to be applied. The response contains relative URLs to each file comprising the theme in the requested flavor. All mandatory resources are included, even if the theme does not explicitly define such flavor(in which case the main flavor is used). To fetch each file, build a URL from filesRoot + files[i] and GET it. This resource is accessible without authentication.

GET
Get Theme File

Load a file of a theme with the given id, if it exists. This resource is accessible without authentication and without the need to specify Accept header containing an api version.

GET
Get Theme Flavor File

Load a file of a theme with the given id, if it exists. This resource is accessible without authentication and without the need to specify Accept header containing an api version.

GET
Get Branding Themes

Gets the list of all available branding themes

POST
Create Branding Theme

Creates a new branding theme

GET
Get Branding Theme

Gets an existing branding theme

PUT
Update Branding Theme

Updates existing branding theme

DELETE
Delete Branding Theme

Deletes existing branding theme. If a theme is assigned to any organizations and forceDelete flag is specified it will delete the scoping as well. If a theme is assigned but forceDelete is not specified - error will be returned.

GET
Get Theme Zip

Gets theme resources as a zip archive.

PUT
Upload Branding Resource

Initiate an upload for the resources of this branding theme using the Transfer Service. A unique transfer service URL is returned where the plugin can be uploaded. The resources should be bundled in a zip, which may also contain a manifest.json describing the various resources bundled in this archive. Example manifest.json:

{
  Name: "cusome_name.zip",
  Description: "Autogenerated branding theme resources",
  Vendor: "Vmware",
  Version: 0.0.1
  Resources: {
    FavIcon: <name of the favIcon file>,
    Logo: <name of the logo file>,
    Background: <name of the background file>,
    Localizations: <name of the localization file>,
    CustomLinks: <name of the custom links file>,
    Styles: <name of the CSS file representing the overwritten styles>,
    PortalName: <id_of_localization_or_just_text_to_be_displayed>
  }
}

The resources in the zip should be organized in folders. The name of each folder represents a theme flavor, for ex. light or dark. If the archive does not contain a flavor folder matching the mainFlavor of the theme, the main flavor folder will be the root of the zip. The main flavor folder must contain all mandatory assets. Other flavor folders may override each asset. Mandatory assets not available in a non-main flavor will default to the ones from the main flavor. Not mandatory assets may or may not default, depending on each particular kind. All assets must have the same names under the different flavors.

GET
Get Branding Themes Assignments

Get organizations and their active themes

GET
Get Branding Theme Assignments

Gets organizations using this branding theme as active

PUT
Set Theme Assignments

Set active theme for a list of organizations

DELETE
Delete Branding Theme Assignment

Remove active branding theme of tenant. Tenant will inherit the default branding theme. The branding theme instance is not deleted and can be set as active again at later point.

Capabilities
GET
Get Quota Policy Capabilities

Retrieves capabilities for quotaPolicy feature.

GET
Get Vdc Group Capabilities

Retrieves the supported capabilities of the specified vDC Group.

GET
Get Vdc Capabilities

Retrieves capabilities for the given Organization vDC.

GET
Get Pvdc Storage Policy Capabilities

Retrieves the current capabilities configured on a specific provider VDC storage policy. These cannot be edited.

GET
Get Org Vdc Storage Policy Capabilities

Retrieves the current capabilities configured on a specific organization VDC storage policy. These cannot be edited.

Catalog
GET
Query Catalogs

Retrieves a list of Org-scoped (if applicable) catalogs. Results can be filtered by id, name. If no organization scope is provided, catalogs from all organizations are returned.

GET
Get Catalog

Retrieves a specific catalog via URN.

POST
Refresh Catalog

Refreshes a distributed catalog by checking the underlying storage for items which have been updated, items which have been deleted, and new items to be created.

GET
Query Catalog Issues

Returns any issues of the Catalog. This can range from distribution issues caused by a misconfiguration of the Catalog's Storage Policy, an underlying infrastructure issue that results in the catalog not being in sync with its peers, or issues related to the items within the Catalog such as failed creation.

GET
Query Catalog Peers

Retrieves all peer catalogs of the specified local catalog.

Catalog Content Sources
GET
Query Catalog Content Sources

Get list of registered catalog content sources.
Results can be filtered by:

  • id
  • name
  • sourceType

POST
Create Catalog Content Source

Create a new CatalogContentSource entity in VCD by registering the provided source information. If the sourceType is "HelmchartRepo" then the response is a 202 with task URL in location header. Otherwise, the response is 201 with CatalogContentSouce in response body.

GET
Get Catalog Content Source

Get specified catalog content source

PUT
Update Catalog Content Source

Update the definition of existing catalog content source entity. If the sourceType is "HelmchartRepo" and the URL is changed then the response is a 202 with task URL in location header. This task tracks the replication process of the corresponding remote source items. Otherwise, the response is 201 with the updated CatalogContentSouce in response body.

DELETE
Delete Catalog Content Source

Deletes a registered catalog content source.

POST
Sync Catalog Content Source

Fetch content from the source repository and cache the results. When the operation is successful, a 202 response is returned, along with a task URL in location header.

GET
Query Source Items

Get a list of SourceItems from the given CatalogContentSource. If the 'sourceType' of CatalogContentSource is 'VmwareMarketplace', then 'itemType' of listed SourceItem results can be 'HelmSourceItem' or 'VmSourceItem'. Otherwise, if 'sourceType' is 'HelmchartRepo', 'itemType' results can only be 'HelmSourceItem'.

GET
Get Source Item

Get the SourceItem with given identifier from the given CatalogContentSource.

GET
Get Source Item Eula

Get the reference to the EULA for a version of a SourceItem with given identifier from the given CatalogContentSource.

GET
Query Access Control Grants

Retrieves the access-control list for the specified Kubernetes namespace.

POST
Create Access Control Grant

Creates an access-control grant, giving the user the level of access for the Kubernetes namespace.

PUT
Update Access Control Grants

Resets list of access-control grants, giving the users the level of access for the Kubernetes namespace.

GET
Get Access Control Grant

Get a specific access-control grant for the Kubernetes namespace.

PUT
Update Access Control Grant

Updates the specified access-control grant for the Kubernetes namespace.

DELETE
Remove Access Control Grant

Removes the specified access-control grant from the Kubernetes namespace entities access-control list.

Cell
GET
Query Cells

Retrieve a list of cells

GET
Get Cell

Retrieves details of the cell based on it's URN

PUT
Update Cell

Updates the cell, allowing the cell's status to be changed. This can be used to place an active cell into maintenance mode or quiesced mode, or vice versa.

DELETE
Delete Cell

Removes the specified cell from installation. This operation can only be performed on a cell whose status is 'INACTIVE'.

Certificate Library
GET
Query Certificate Library

Get a list of the certificate library items

POST
Add Certificate Library Item

Add an item to the certificate library

GET
Get Certificate Library Item

Retrieves the specified certificate library item. Note: This API also supports a former (erroneously spelt) alternate path /cetificateLibrary/{id} as a Deprecated API (deprecated-in and removed after API version 36.0)

PUT
Update Certificate Library Item

Updates the specified certificate library item. Only the alias and description fields may be edited Note: This API also supports a former (erroneously spelt) alternate path /cetificateLibrary/{id} as a Deprecated API (deprecated-in and removed after API version 36.0)

DELETE
Delete Certificate Library Item

Delete the specified certificate library item. Only items that are not in use can be deleted. Note: This API also supports a former (erroneously spelt) alternate path /cetificateLibrary/{id} as a Deprecated API (deprecated-in and removed after API version 36.0)

GET
Query Cert Library Item Consumer Refs

Get list of consumers (as references) of a particular certificate library item

POST
Add Consumer Ref To Cert Library Item

Adds the specified consumer reference to a library item.

PUT
Replace Cert Library Item Consumer Refs

Replaces the existing consumer refs with the consumer references supplied.

Cloud Api Base
GET
Get Base Links

Retrieves links to start navigation

Codegen Placeholder
GET
Get Query Result

This endpoint will not produce results. It is a placeholder to enforce code generation of Page.

Configurations
GET
Get Configs

Returns all configuration properties. At present this will always return an EMPTY list.

GET
Get Config

Get the current setting for the specified configuration property.

PUT
Set Config

Sets a configuration property to the provided value.

Content Library
GET
Query Content Libraries

Retrieves a list of Org-scoped content libraries. Results can be filtered by id, name, org, autoAttach, creationDate, and libraryType.

POST
Create Content Library

Creates a new Provider or Tenant Content library based on the context of the user. A library created from System org is a Provider Content Library. A library created from a tenant context is a Tenant Content Library Response is a 202 with task URL in location header

POST
Refresh Content Library

Refreshes the VCF content library to reflect the new items added directly from a Namespace using Packer flow and remove the items that no longer exist in the library backing.

POST
Sync Content Library

Syncs a subscribed content library to the external source it is subscribed to.

GET
Get Content Library

Retrieves a specific content library via URN.

PUT
Update Content Library

Update content library.

DELETE
Delete Content Library

Deletes a VCF Content Library via URN.

Content Library Item
GET
Query Items

Retrieves a list of Org-scoped items. Results can be filtered by id, name, imageIdentifier, isPublished, isSubscribed, status, creationDate, lastSuccessfulSync, contentLibrary, and org.

POST
Create Library Item

Creates a new content library item. Note that the item is not fully created until its files have been uploaded.

GET
Get Library Item

Retrieves a specific item via URN.

PUT
Update Library Item

Updates the specified content library item. Only the name and description of the content library item can be updated.

DELETE
Delete Library Item

Delete a specific content library item via URN.

GET
Query Item Files

Retrieves a list of files for a content library item

Cors
GET
Query Allowed Origins

Queries the set of allowed origins.

PUT
Set Allowed Origins

Sets allowed origins to the given set of origins.

Defined Entity
POST
Migrate Defined Entities Of Type

Attempts to migrate Defined Entity instances of a Defined Entity Type (source entity type) to another version (upgrade/downgrade) of the Defined Entity Type (target entity type). Depending on potential concurrent updates, this operation might, or might not process all instances. If you seek to migrate all instances, you have a few options:

  • run this operation, or individual RDE updates multiple times, as many as required (inspecting state after each run)
  • make sure not to perform any upgrade/downgrade operations on Defined Entity instances of the source entity type while the migrate task is in progress. Only those Defined Entity instances which the user has modify access to are affected by the mass migrate operation.

Essentially the mass migrate operation is a batch update operation on the Defined Entity instances of the source entity type (each instance is updated with changing the "entityType" property to the target entity type). However, the underlying update operation on each Defined Entity instance is limited in terms of functionality compared to the API update operation on a Defined Entity instance. First of all, you can only update the "entityType" property of the Defined Entity instance. Also you cannot make use of the OCC functionality when executing a mass migrate - Defined Entity instances will be updated regardless of their current state. And lastly, a PostUpdate hook, defined in the target entity type, will not be executed on the Defined Entity instances after a mass migrate operation.

The mass migrate operation may also change the entityState of the Defined Entity instances:

  • If an instance is in PRE_CREATED entityState before the migration - the instance will remain in PRE_CREATED entityState after the migration
  • If an instance is in RESOLUTION_ERROR entityState before the migration - the instance will move into PRE_CREATED entityState after the migration
  • If an instance is in IN_DELETION entityState before the migration - the instance will remain in IN_DELETION entityState after the migration
  • If an instance is in RESOLVED entityState before the migration - the migration operation will try to resolve the instance after upgrading it to the target type's version. If the instance's entity contents validate against the target version's schema, the instance will remain in RESOLVED entityState. If the instance's entity contents cannot validate against the target version's schema, the instance will either remain unchanged (migration will be rolled back) or it will move into RESOLUTION_ERROR entityState depending on the value of the "forceMigrate" property (part of the body of the request). The default behavior is to roll back the migration. Generally in this case (when the instance's entity contents are incompatible with the target version's schema), the user must then individually update each of the incompatible instances according to their business logic.

A RDE modify event is emitted for each instance which is migrated with the 'definedEntity.type' and 'definedEntity.was.type' additional properties having different values (the same RDE modify event is emitted with the Defined Entity instance update operation).

The mass migrate operation is suitable for use when there are a lot of instances of a Defined Entity type which need to be migrated and a small fraction of them is expected to be incompatible with the target entity type's schema. In all other cases, the usual update Defined Entity instance operation is more appropriate.

GET
Get Defined Entity

Gets the defined entity with the unique identifier (URN)

PUT
Update Defined Entity

Update the defined entity with the unique identifier (URN). This operation can also be used to upgrade/downgrade the entity to a different version of the defined entity type it is an instance of by setting the "entityType" property.

The update operation may change the entityState of the Defined Entity. If the entity's entityState is:

  • PRE_CREATED before the update - the entity will remain in PRE_CREATED entityState after the update
  • RESOLUTION_ERROR before the update - the entity will move to PRE_CREATED entityState after the update
  • IN_DELETION before the update - the entity will remain in IN_DELETION entityState after the update
  • RESOLVED before the update - the update operation will try to validate the entity content (value after the update) against the entity type's schema (value after the update). If validation is successful the entity will remain in RESOLVED state. Otherwise, the entity will move to RESOLUTION_ERROR entityState and the operation will fail with exception.
DELETE
Delete Defined Entity

Deletes the defined entity with the unique identifier (URN). A multi-stage entity deletion process can achieved using the PreDelete and PostDelete RDE lifecycle hooks. When deleting a defined entity the PreDelete hook is executed first and if invocation fails, deletion is aborted and entity remains unchanged. If PreDelete hook execution succeeds, the entity is moved into IN_DELETION state and PostDelete hook execution is started. If the PostDelete hook succeeds, the entity is deleted. Otherwise, it remains in IN_DELETION state. An entity can always be deleted by setting the invokeHooks parameter to 'false'.

GET
Get Defined Entity Full Contents

Gets the full defined entity with the unique identifier (URN) including secure fields.

POST
Resolve Defined Entity

Validates the defined entity against the entity type schema. If the validation is successful, the entity will transition to a "RESOLVED" state. Otherwise, it will transition to an "ERROR" state.

GET
Get Metadata

Retrieves all the metadata for the entity. User can view the entries if user can view the entity.

POST
Create Metadata Entry

Creates a new entry. This operation is allowed only if the user has at least a read access level to the main entity. Additionally file entries require the user to have the 'Metadata File Entry: Create/Modify' right.

GET
Get Metadata Entry

Get a single metadata entry.

PUT
Update Metadata Entry

Update the value of a single key-value metadata entry.

DELETE
Delete Metadata Entry

Delete a single metadata entry.

GET
Get Metadata File Content

Download the binary content of a file entry

GET
Get Defined Entities By Entity Type Id

Gets the collection of defined entities for the vCD-defined type with the specified id. Depending on the requested items per page, and the number of returned entities, one or more metadata summary cursor links will be returned in the headers. In order to retrieve the summaries of all the entities, clients need to fetch each separate cursor and merge the results.

GET
Get Defined Entities By Entity Type

Gets the collection of defined entities for the vCD-defined type with the specified vendor, nss and version. The version can act as a wildcard. If only '1' is specified as the version, all entity types with a major version of '1' will be matched (e.g. 1.0.0, 1.1.2). If '1.0' is specified, all entity types with a major version of '1' and a minor version of '0' will be included (e.g. 1.0.0, 1.0.1). If the full semver is specified, then no search will be performed. Depending on the requested items per page, and the number of returned entities, one or more metadata summary cursor links will be returned in the headers. In order to retrieve the summaries of all the entities, clients need to fetch each separate cursor and merge the results.

GET
Get Defined Entities By Entity Type No Version Specified

Gets the collection of defined entities for the vCD-defined type with the specified vendor and nss without restrictions on the version.

GET
Get Defined Entities By Interface

Gets the collection of defined entities for the vCD-defined interface with the specified vendor, nss and version. The version can act as a wildcard. If only '1' is specified as the version, all entity types with a major version of '1' will be matched (e.g. 1.0.0, 1.1.2). If '1.0' is specified, all entity types with a major version of '1' and a minor version of '0' will be included (e.g. 1.0.0, 1.0.1). If the full semver is specified, then no search will be performed. Depending on the requested items per page, and the number of returned entities, one or more metadata summary cursor links will be returned in the headers. In order to retrieve the summaries of all the entities, clients need to fetch each separate cursor and merge the results.

GET
Get Defined Entities By Interface Id

Gets the collection of defined entities for the vCD-defined interface with the specified id. Depending on the requested items per page, and the number of returned entities, one or more metadata summary cursor links will be returned in the headers. In order to retrieve the summaries of all the entities, clients need to fetch each separate cursor and merge the results.

Defined Entity Type
GET
Get Defined Entity Types

Gets the collection of entity types defined in the vCD instance. Allows collection refinement through traditional FIQL-based filtering

POST
Create Defined Entity Type

Creates a defined entity type.

GET
Get Defined Entity Type

Gets the entity type with the unique identifier (URN)

POST
Create Defined Entity

Creates a defined entity based on the entity type (URN).

PUT
Update Defined Entity Type

Updates the entity type with the unique identifier (URN)

DELETE
Delete Defined Entity Type

Deletes the entity type with the unique identifier (URN)

Defined Interface
GET
Query Interfaces

Gets the collection of interfaces defined in the vCD instance. Allows collection refinement through traditional FIQL-based filtering

POST
Create Interface

Creates a defined interface. The version must follow semantic versioning rules.

GET
Get Interface

Gets the interface with the unique identifier (URN)

PUT
Update Interface

Updates the interface with the unique identifier (URN) The version must follow semantic versioning rules.

DELETE
Delete Interface

Deletes the interface with the unique identifier (URN)

Defined Interface Behaviors
GET
Get Defined Entity Type Behaviors

Retrieve the Behaviors of the specified Defined Entity Type.

GET
Get Type Behavior

Retrieve a specific Behavior in the Defined Type. The Behavior must be specified by ID.

PUT
Update Type Behavior

Override the execution of the specified Behavior in the Defined Entity Type. The Behavior must be specified by ID.

DELETE
Remove Behavior Override

Remove a Behavior override in the Defined Entity Type. The Behavior must be specified by ID.

GET
Schedule Behavior Query

Every entity returned by the API contains information about the scheduled behavior and execution state, where the execution state is used to persist and track the execution of the behavior.

POST
Schedule Behavior

Schedules execution of a behavior.

GET
Get Scheduled Behavior

Retrives detals of scheduled behavior.

PUT
Edit Scheduled Behavior

Edit execution state of a schedule on given behvior. After edit the behavior will be re-scheduled if the "cronExpression" or the "active" property is changed.

DELETE
Unschedule Behavior

Un-schedules execution of behavior and deletes the scheduled behavior configuration.

GET
Get Defined Entity Type Access

Gets the access control configuration of the entity type's behaviors

POST
Add Defined Entity Type Access

Adds an access control configuration of an entity type's behavior

PUT
Set Defined Entity Type Access

Sets the access control configuration of the entity type's behaviors

GET
Get Interface Behaviors

Retrieve the Behaviors of the specified Defined Interface.

POST
Add Interface Behavior

Add a new Behavior to the Interface. Only allowed if the Interface is not in use.

PUT
Update Interface Behaviors

Update all Behaviors, possibly adding or removing some if the Interface is not in use. If the Interface is in use, then only the executions of the existing Behaviors can be updated. The Behaviors can be specified by ID or by name.

GET
Get Interface Behavior

Retrieve a specific Behavior in the specified Defined Interface.

PUT
Update Interface Behavior

Update the execution of the specified Behavior in the Defined Interface. The Behaviors can be specified by ID or by name.

DELETE
Delete Interface Behavior

Remove a Behavior from the Defined Interface. The Behaviors can be specified by ID or by name.

POST
Invoke Static Behavior

Invokes a static behavior defined in the specified interface. The contract of the behavior is specified in the behavior description. If an Activity behavior is invoked with an 'operationId' in the invocation metadata, then another invocation of the behavior with the same 'operationId' will be ignored within the next 1 hour.

GET
Get Static Behavior Execution Log

Download the execution log from a behavior invocation

POST
Invoke Defined Entity Behavior

Invokes a behavior on a defined entity. The contract of the behavior is specified in the behavior description. If an Activity behavior is invoked with an 'operationId' in the invocation metadata, then another invocation of the behavior with the same 'operationId' will be ignored within the next 1 hour.

GET
Get Behavior Execution Log

Download the execution log from a behavior invocation

Device Authorization
POST
Find Device Authorization Request

Looks up a service account identified by the specified user code for processing its authorization request

POST
Grant Device Authorization

Grants access to service account identified by the specified user code. Subsequent polling by the device will result in access token to be transmitted as per device code flow specification

POST
Deny Device Authorization

A device's request for access on behalf of a service account, as identified by the specified user code, is denied

Edge Cluster List
GET
Get Edge Clusters

Retrieves all Edge Clusters in the system.

GET
Get Edge Cluster

Retrieves a specific Edge Cluster.

PUT
Update Edge Cluster

Updates the specified Edge Cluster. Only QoS related config can be updated.

GET
Get Transport Nodes Status

Retrieves the status of all member transport nodes of specified Edge Cluster.

POST
Sync Edge Clusters

Sync the Edge Clusters from all the NSX Managers to the Tenant Manager. All the NSX Managers known to the Tenant Manager will be queried for the Edge Clusters. Also creates default Gateway QoS profiles for each edge cluster in NSX. These Gateway QoS profiles will be used by Organizations, when regional networking is setup.

Email Settings
POST
Test Email Settings

Tests that Email SMTP Settings are valid

Entity
GET
Resolve Entity

Get specified entity object

Entity Quotas
GET
Get Quotas For Service Account

Get the effective quotas applicable for the given service account.

PUT
Assign Quotas To Service Account

Assign quotas to given target service account.

GET
Get Quotas For Org

Get the effective quotas applicable for the given organization.

PUT
Assign Quotas To Org

Assign quotas to given target organization.

GET
Get Quotas For User

Get the effective quotas applicable for the given user.

PUT
Assign Quotas To User

Assign quotas to given target user.

GET
Get Quotas For Group

Get the effective quotas applicable for the given group.

PUT
Assign Quotas To Group

Assign quotas to given target group.

GET
Get Quotas For V App

Get the effective quotas applicable for the given vapp.

Extensibility Echo
External Endpoint
GET
Get External Endpoints

Query all external endpoints.

POST
Create External Endpoint

Creates an external endpoint. Vendor, name and version cannot be modified post-creation and must be unique. Each external endpoint will proxy its' requests to the configured rootUrl.

GET
Get External Endpoint

Retrieve an external endpoint.

PUT
Update External Endpoint

Update an external endpoint. Vendor, name and version cannot be modified.

DELETE
Delete External Endpoint

Delete an external endpoint. Only disabled endpoints (enabled = false) can be deleted.

External Service
GET
Get External Services

Query all external services. Extensions, created from other APIs will not be returned.

POST
Create External Service

Create an external service. Once created, the combination of vendor, name and version cannot be modified and must be unique. Each extension will have its own MQTT topics.

GET
Get External Service

Extensions, created from other APIs will not be returned.

PUT
Update External Service

Update an external service. Vendor, name and version cannot be updated.

DELETE
Delete External Service

Delete an external service. The extension must be disabled or the deletion will fail.

Feature Flag
GET
Get Feature Flag

Retrieves a specific feature flag.

PUT
Update Feature Flag

Updates a specific feature flag to either enable or disable it.

Feature Flags
GET
Get Feature Flags

Get list of all feature flags visible to the user. Note that users without feature management permission will not be able to see disabled feature flags.

Global Roles
GET
Query Global Roles

Get list of global roles

POST
Create Global Role

Creates a new global role

GET
Get Global Role

Get specified global role

PUT
Update Global Role

Update specified global role

DELETE
Delete Global Role

Delete specified global role

GET
Query Global Role Rights

Get list of rights (as references) contained by a particular global role

POST
Add Rights To Global Role

Adds the list of rights (passed as references) to a global role.

PUT
Replace Rights In Global Role

Replaces the existing set of rights in global role with the rights (as references) supplied.

GET
Query Global Role Tenants

Retrieves list of tenants for whom the global role is explicitly published

PUT
Set Global Role Tenants

Resets list of tenants for whom the global role is explicitly published

POST
Post Global Role Publish

Publishes the global role to the specified tenants

POST
Post Global Role Unpublish

Revokes publication of the global role to the specified tenants

POST
Post Global Role Publish All

Publishes the global role to all tenants

POST
Post Global Role Unpublish All

Unpublishes the global role from all tenants

Group
GET
Query Groups

Get a list of groups.

POST
Create Group

Create a new group.

GET
Get Group

Get a specified group.

PUT
Update Group

Modify details of the specified group.

DELETE
Delete Group

Delete the specified group.

GET
Query Group Users

Get a list of users of any type that belong to the specified group.

Ip Address Spaces
GET
Get Ip Spaces

Get all the IP spaces in the system.

POST
Create Ip Space

Create a new IP Space in the system.

GET
Get Ip Space

Retrieves the specified IP Space.

PUT
Update Ip Space

Updates the specified IP Space.

DELETE
Delete Ip Space

Deletes the specified IP Space.

GET
Get Ip Space Utilization Summary

Retrieves the total IP utilization counts for the IP Space and utilization counts per IP Block.

GET
Get Ip Space Org Quotas

Retrieves the Org Quotas for an IP Space. Either "ipSpaceRef" or "orgRef" filter is required.

GET
Get Ip Space Org Quota

Retrieves a specific IP Space Org Quota.

PUT
Update Ip Space Org Quota

Updates a specific IP Space Org Quota. Only custom quotas applied to Organization can be modified.

GET
Get Ip Space Org Utilizations

Given a Regional Networking Settings identifier as a filter, this API retrieves IP Utilization for each IP Space within the Organization. Filter with 'regionalNetworkingSettingId' is required: filter=regionalNetworkingSettingId==URN. IP Utilization includes the IP Quota and the usage counts for IP addresses and CIDRs.

GET
Get Ip Space Associations

Get all the IP Space Associations for a specified Provider Gateway. Note that the filter parameter "providerGateway.id" or "ipSpaceRef.id" is required.

POST
Create Ip Space Association

Create a new IP Space Association in the system.

GET
Get Ip Space Association

Retrieves the specified IP Space Association.

DELETE
Delete Ip Space Association

Deletes the specified IP Space Association.

K8s Cluster
GET
Query K 8s Clusters

Retrieves all K8s clusters

POST
Create K 8s Cluster

Creates a new Kubernetes cluster. This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

GET
Get K 8s Cluster

Get specified Kubernetes Cluster

PUT
Update K 8s Cluster

Update the desired state of the Kubernetes cluster. This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

DELETE
Delete K 8s Cluster

Deletes the Kubernetes cluster with the unique identifier (URN). This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

POST
Generate Kubeconfig

Generate kubeconfig file for corresponding cluster

Kubernetes Namespace
GET
Query Kubernetes Namespaces

Retrieves a list of Kubernetes namespaces. Results can be filtered by name.

GET
Get Kubernetes Namespace

Retrieves a specific Kubernetes namespace via its URN.

GET
Query Access Control Grants

Retrieves the access-control list for the specified Kubernetes namespace.

POST
Create Access Control Grant

Creates an access-control grant, giving the user the level of access for the Kubernetes namespace.

PUT
Update Access Control Grants

Resets list of access-control grants, giving the users the level of access for the Kubernetes namespace.

GET
Get Access Control Grant

Get a specific access-control grant for the Kubernetes namespace.

PUT
Update Access Control Grant

Updates the specified access-control grant for the Kubernetes namespace.

DELETE
Remove Access Control Grant

Removes the specified access-control grant from the Kubernetes namespace entities access-control list.

Ldap
POST
Test Ldap

Tests that custom LDAP settings are valid, and that the system can use them to search for a user or group

POST
Sync Ldap

Begins the LDAP sync task

GET
Search Ldap Users

Searches LDAP for given user(s)

GET
Search Ldap Groups

Searches LDAP for given group(s)

Logical Vm Groups
GET
Query Logical Vm Groups

Get list of logical vm groups.

POST
Create Logical Vm Group

Creates a new logical vm group

GET
Get Logical Vm Group

Get specified logical vm group

PUT
Update Logical Vm Group

Update specified logical vm group

DELETE
Delete Logical Vm Group

Delete specified logical vm group.

GET
Get Logical Vm Group Named Vm Groups

Get all named vm groups associated with logical vm group

POST
Add Named Vm Groups To Logical Vm Group

Assign named vm groups to logical vm group.

GET
Get Pvdc Policies For Logical Vm Group

Get all pvdc policies associated with logical vm group

Metadata Summary
GET
Get Metadata Summaries

Retrieves a map of entity ids to metadata summaries. Each entry carries only core entry data. Only entries available to the current user will be presented. If the user does not have access to the main entity, it will not be present in the map.

Monitoring Token
POST
Create Projects Access Token

Creates an access token for monitoring all projects that a user has access to.

POST
Create Project Access Token

Creates an access token for monitoring a single project that a user has access to.

POST
Create Namespaces Access Token

Creates an access token for monitoring all namespaces that a user has access to.

POST
Create Namespace Access Token

Creates an access token for monitoring a single namespace that a user has access to.

POST
Create Regions Access Token

Creates an access token for monitoring all regions that a user has access to.

POST
Create Region Access Token

Creates an access token for monitoring a single region that a user has access to.

POST
Exchange Access Token

Creates an access token for monitoring the provided external resource entities. This is a privileged API that takes an existing VCF access token (JWT) and a set of external resource entities to monitor, and generates a new token that asserts the right to access those entities.

Multi Vc Vms
GET
Get Multi Vc Vms

Get all Multi VC VMs in the system. Supported filters fields include: name, primaryVmRef.id, vcId Supported sorting fields include: name

GET
Get Multi Vc Vm

Get the Multi VC VM with the specified ID.

DELETE
Delete Multi Vc Vm

Delete the specified Multi VC VM.

Named Credential
GET
Query Named Credentials

Get a list of all namedCredentials.

POST
Create Named Credential

Create a new namedCredential in VCD.

GET
Get Named Credential

Retrieve the specified namedCredential.

PUT
Update Named Credential

Update the given namedCredential.

DELETE
Delete Named Credential

Delete the namedCredential.The associated vCenter sessions will be terminated

GET
Query Named Credential Access Control Grants

Get the access-control list for the specified namedCredential.

POST
Create Named Credential Access Control Grant

Creates an access-control grant, giving the user the level of access for the namedCredential.

GET
Get Named Credential Access Control Grant

Get the specified access-control grant.

PUT
Update Named Credential Control Grant

Updates the specified access-control grant.

DELETE
Remove Named Credential Access Control Grant

Removes the specified access-control grant from the named credential type access-control list.

Namespaces
GET
Get Namespaces

Get all the Namespace summaries of Namespaces created through Tenant Manager

POST
Create Namespace

Creates a new Namespace in Tenant Manager

POST
Import Namespace

Imports an existing namespace from vCenter

GET
Get Namespace

Retrieves the specified namespace

PUT
Update Namespace

Updates a Namespace

DELETE
Delete Namespace

Deletes the specified namespace

Notification Settings
GET
Get Notification Settings

Get configured notification settings.

PUT
Update Notification Settings

Updates notification settings.

Nsx Managers
GET
Get Nsx Managers

Retrieves all NSX Managers.

POST
Create Nsx Manager

Creates an NSX Manager.

GET
Get Nsx Manager

Retrieves a specific NSX Manager.

PUT
Update Nsx Manager

Updates a specific NSX Manager.

DELETE
Delete Nsx Manager

Deletes a specific NSX Manager.

Nsx Tresources
GET
Get Importable Tier0 Routers

Get all Tier-0 routers that are accessible to an organization VDC. Routers that are already associated with a Provider Gateway are filtered out. Tier-0 routers must be retrieved with either the "networkProviderId" or "regionId" filter key set with the id of the NSX Manager or Region respectively.

Object Extension
GET
Get Object Extensions

Query all object extensions. Required right: "Object Extensions: View".

POST
Register Extension

Create a new object extension. Required right: "Object Extensions: Manage". Objects extensions are unique on:

  • (namespace, vendor) - these values are extracted from the channel urn
  • channel For further details, see the description of the data structure ObjectExtension.
GET
Get Extension

View an object extension. Required right: "Object Extensions: View".

PUT
Update Extension

Update an object extension. Required right: "Object Extensions: Manage".

DELETE
Delete Extension

Remove an object extension. Required right: "Object Extensions: Manage".

Oidc Relying Party
GET
Query Oidc Relying Parties

Get a list of all OIDC relying parties meeting the query parameters.

POST
Register Oidc Relying Party

Registers a new OIDC relying party.

GET
Get Oidc Relying Party

Get a specific OIDC relying party.

PUT
Update Oidc Relying Party

Updates an OIDC relying party.

DELETE
Delete Oidc Relying Party

Delete a specific OIDC relying party.

POST
Regenerate Oidc Relying Party Secret

Regenerates the client secret of an OIDC relying party.

Open Id Provider Configuration
GET
Get Open Id Provider Configuration

Get the OpenID Provider configuration.

PUT
Update Open Id Provider Configuration

Updates the OpenID Provider configuration.

Open Id Provider Key
GET
Query Open Id Provider Keys

Query the list of all configured OpenID Provider keys.

POST
Create Open Id Provider Key

Adds the provided private and public key pairs to the list of configured signing keys. This key is NOT automatically made the active signing key. The existing active key will continue to be used.

The provided keys, in addition to being of one of acceptable types, will be validated to confirm that they are a cryptographic pair and that they conform to the minimum key size in the SSL settings for the product.

GET
Get Open Id Provider Key

Get the specified OpenID Provider key.

PUT
Update Open Id Provider Key

The description of the specified key entry can be updated. Attempt to modify any other field will result in a bad request error.

DELETE
Delete Open Id Provider Key

Delete the specified OpenID Provider key.

Org
GET
Query Orgs

Get list of all orgs accessible to the user.

POST
Create Org

Create a new organization. If the API version is 40 or above, the operation is asynchronous and a task is returned in the location header. Otherwise, the operation is synchronous.

GET
Get Org

Get specified organization.

PUT
Update Org

Updates an organization. If the managedBy field is being updated, the operation is asynchronous and a task is returned in the location header. Otherwise, the operation is synchronous.

DELETE
Delete Org

Delete the specified org.

Org Networking Settings
GET
Get Org Networking Settings

Get the networking-specific settings for the given organization.

PUT
Update Org Networking Settings

Update networking-specific settings for the given organization.

Org Vdc Storage Policy
GET
Get Org Vdc Storage Policies

Get a paged list of all organization VDC level storage policies in the system

GET
Get Org Vdc Storage Policy

Get specified Org VDC storage policy.

GET
Get Org Vdc Storage Policy Supported Entity Types

Get a paged list of the supported entity types for the specified Organization VDC storage policy.

POST
Migrate Vdc Storage

Migrate all entities from selected source org VDC storage policy to target org VDC storage policy for the selected entity types.

GET
Get Org Vdc Storage Policy Consumers

Get a paged list of the entities that consume the specified Org VDC storage policy.

GET
Get Org Vdc Storage Policy Distributed Catalogs

Get a list of distributed catalogs stored by a valid Organization VDC storage policy.

Organization Settings
GET
Get Org Settings

Get all organization settings accessible to the user.

PUT
Update Org Settings

Updates the organization settings accessible to the user.

Preferences
GET
Query Preference Definitions

Get list of preference definitions

GET
Get Preference Definition

Get specified preference definition.

GET
Query Preferences Deprecated

Query user preferences for the logged in user

GET
Query Preferences Vcf

Query user preferences for the logged in user with sorting, paging, and filtering support.

GET
Get Preference

Get specified user preference.

PUT
Update Preference

Update specified user preference

GET
Query User Preferences

Query user preferences for a specific user

GET
Get User Preference

Get a preference for a specific user.

PUT
Update User Preference

Update a preference for a specific user.

Project Access Level
GET
Query Project Access Levels

Retrieves all Project Access Levels.

Project Assignment
GET
Query Project Assignments

Retrieves all Project Assignments.

POST
Create Project Assignment

Creates a new Project Assignment.

GET
Get Project Assignment

Retrieves a Project Assignment with the given ID.

PUT
Update Project Assignment

Updates a Project Assignment with the given ID.

DELETE
Delete Project Assignment

Deletes a Project Assignment with the given ID.

GET
Get Project Assignment Members

Retrieves all Project Assignment Members for the given project ID.

PUT
Update Project Assignment Members

Updates all Project Assignment Members for the given project ID.

Provider Gateway Ip Sec Vpn Tunnels
GET
Get Ip Sec Vpn Tunnel Default Connection Properties Deprecated

Retrieves the default connection properties that are used for a given IPSec Tunnel when security type is default, or is unspecified.

Provider Gateways
GET
Get Provider Gateways

Get all Provider Gateways.

POST
Create Provider Gateway

Create a Provider Gateway

GET
Get Provider Gateway

Retrieves a specific Provider Gateway.

PUT
Update Provider Gateway

Updates a specific Provider Gateway.

DELETE
Delete Provider Gateway

Deletes a specific provider gateway.

Provider Vdc
GET
Get All Provider VD Cs

Retrieve a list of all provider VDCs. Results can be filtered by context (_context). Supported contexts are: DVS (_context==dvs-NN;vimServer.id==urn:vcloud:vimserver:uuid) - | Returns all the provider VDCs which are related to the DVS. The VimServer is required for this filtering. External Network (_context==urn:vcloud:network:uuid) - | Returns all the provider VDCs which are related to the external network. Network Pool (_context==urn:vcloud:networkpool:uuid) - | Returns all the provider VDCs which are accessible to the network pool.

GET
Get Provider Vdc

Get specified provider VDC

GET
Get Metrics

This endpoint returns memory and CPU consumption metrics for this PVDC.

GET
Get Pvdc Projections

Get all projections of this PVDC across all the organizations.

POST
Create Pvdc Projection

This API projects the Provider VDC to the sub provider tenant organization. The Provider VDC must have only elastic FLEX Org VDCs in order to be projected.

GET
Get Pvdc Projection

Get projection with the given identifier.

PUT
Update Pvdc Projection

This API allow update of projection details of the given PVDC.

DELETE
Delete Pvdc Projection

This API deletes the PVDC projection. The deletion fails if there are VDCs in the organization using this PVDC.

GET
Get Root Resource Pools

Get a list of all root resource pools that are eligible for consumption. If a resource pool is ineligible but is in the response, this means it has children which are eligible for consumption. A resource pool will be ineligible, unless the cluster has an ESXi host on it. The list will be sorted by name, case insensitive.

GET
Get Child Resource Pools

Get list of child resource pools of the specified parent that are eligible for consumption. If a resource pool is ineligible but is in the response, this means it has children which are eligible for consumption. A resource pool will be ineligible, unless the cluster has an ESXi host on it. The list will be sorted by name, case insensitive.

GET
Get Merge Candidates For Pvdc

Return PVDCs that can merge with the given target PVDC urn.

Proxy
GET
Get Proxies Pac File For Tenant

Gets the tenant-specific .pac file listing proxies accessible to the tenant.

GET
Get Proxies

Gets a paged list of proxies for a tenant.

POST
Create Proxy

Creates a proxy.

GET
Get Proxy

Retrieves a specific proxy.

PUT
Update Proxy

Update a specific proxy.

DELETE
Delete Proxy

Delete a specific proxy. Will not delete an enabled proxy unless force is specified.

GET
Get Proxy Certificate

Retrieve a proxy SSL certificate chain in PEM format.

PUT
Update Proxy Certificate

Update a proxy certificate chain in PEM format.

GET
Get Proxy CRL

Retrieve a proxy certificate revocation list in PEM format.

PUT
Update Proxy CRL

Update a proxy certificate revocation list in PEM format.

GET
Get Proxy Certificate Thumbprint Deprecated

Retrieve a Proxy SSL certificate thumbprint and algorithm used for calculation. Only SHA-256 is supported.

Proxy Configuration
GET
Query Proxy Configurations

Gets a paged list of proxy configurations.

POST
Create Proxy Configuration

Creates a proxy configuration.

GET
Get Proxy Configuration

Retrieves a specific proxy configuration.

PUT
Update Proxy Configuration

Update a specific proxy configuration.

DELETE
Delete Proxy Configuration

Delete a specific proxy configuration.

Proxy Rules
GET
Query Proxy Rules

Gets a paged list of proxy rules.

POST
Create Proxy Rule

Creates a proxy rule.

GET
Get Proxy Rule

Retrieves a specific proxy rule.

PUT
Update Proxy Rule

Update a specific proxy rule.

DELETE
Delete Proxy Rule

Delete a specific proxy rule.

Pvdc Compute Policies
GET
Get Pvdc Compute Policy Vms

Get all VMs associated with this pVDC compute policy

Pvdc Compute Policies2
GET
Query Pvdc Compute Policies

Get list of provider vDC compute policies. Only filtering by provider vDC compute policy name is supported.

POST
Create Pvdc Compute Policy

Creates a new pVDC compute policy

GET
Get Pvdc Compute Policy

Get specified provider vDC compute policy

PUT
Update Pvdc Compute Policy

Update specified provider vDC compute policy

DELETE
Delete Pvdc Compute Policy

Delete specified provider vDC compute policy.

GET
Query Virtual Machine Classes

Get the list of Virtual Machine Classes

Pvdc Storage Policy
GET
Get Pvdc Storage Policies

Get a paged list of all Provider VDC level storage policies in the system

GET
Get All Supported Storage Entity Types

Get a paged list of all supported entity types configured for storage policies in the system

PUT
Update All Storage Policy Supported Entity Types

Updates the supported entity types for the specified provider VDC storage policy.

GET
Get Pvdc Storage Policy

Get specified Provider VDC storage policy.

GET
Get Pvdc Storage Policy Supported Entity Types

Get a paged list of the supported entity types for the specified Provider VDC storage policy.

PUT
Update Pvdc Storage Policy Supported Entity Types

Updates the supported entity types for the specified provider VDC storage policy.

GET
Get Pvdc Storage Policy Metrics

Fetches the usage metrics of a PVDC Storage Policy.

GET
Query Distribution Issues

Returns any issues related to the distributed nature of the Storage Policy. This can range from issues with the entities suppoted by the Storage Policy to underlying infrastructure issues that's resulting in the Datastores of the Storage Policy not being in sync with its peers.

GET
Get All Pvdc Storage Policy Projections

Fetch a list of all the provider VDC storage policy projections.

POST
Create Pvdc Storage Policy Projection

Project a provider VDC storage policy to the supplied organization.

GET
Get Pvdc Storage Policy Projection

Get a PVDC storage policy projection with the given identifier.

PUT
Update Pvdc Storage Policy Projection

Update the PVDC storage policy projection details of the given PVDC storage policy projection.

DELETE
Delete Pvdc Storage Policy Projection

Deletes the given PVDC storage policy projection.

GET
Get Pvdc Storage Policy Inheritable Settings

Retrieves the settings that child Org VDC storage policies of this provider VDC storage policy should inherit.

PUT
Update Pvdc Storage Policy Inheritable Settings

Updates the settings that child Org VDC storage policies of this provider VDC storage policy should inherit.

Pvdc Storage Policy V2
PUT
Update All Storage Policy Supported Entity Types

Updates the supported entity types for the specified provider VDC storage policy.

PUT
Update Pvdc Storage Policy Supported Entity Types

Updates the supported entity types for the specified provider VDC storage policy.

Quota Policies
GET
Query Quota Policies

Get list of quota policies. Results can be filtered by id Returns all the quota policies which are available in the system.

POST
Create Quota Policy

Creates a new quota policy

GET
Get Quota Policy

Get the specified quota policy

PUT
Update Quota Policy

Update the specified quota policy

DELETE
Delete Quota Policy

Delete the specified quota policy.

Quota Policy Assignment
GET
Get Service Account Assigned Quota Policy

Get the assigned quota policy reference for the given service account.

PUT
Assign Quota Policy To Service Account

Assign or unassign a quota policy to a given target service account. An empty payload is used to unassign an existing quota policy from a given service account.

GET
Get Org Assigned Quota Policy

Get the assigned quota policy reference for the given organization.

PUT
Assign Quota Policy To Org

Assign or unassign a quota policy to a given target organization. An empty payload is used to unassign an existing quota policy from a given organization.

GET
Get User Assigned Quota Policy

Get the assigned quota policy reference for the given user.

PUT
Assign Quota Policy To User

Assign or unassign a quota policy to a given target user. An empty payload is used to unassign an existing quota policy from a given user.

GET
Get Group Assigned Quota Policy

Get the assigned quota policy reference for the given group.

PUT
Assign Quota Policy To Group

Assign or unassign a quota policy to a given target group. An empty payload is used to unassign an existing quota policy from a given group.

GET
Get V App Assigned Quota Policy

Get the assigned quota policy reference for the given vapp.

PUT
Assign Quota Policy To V App

Assign or unassign a quota policy to a given target vapp. An empty payload is used to unassign an existing quota policy from a given vapp.

Region Storage Policy
GET
Get Region Storage Policies

Get a paged list of all Region level storage policies in the system

POST
Create Region Storage Policy

Creates a new Region Storage Policy in Tenant Manager

GET
Get Region Storage Policy

Get specified Region storage policy.

DELETE
Delete Region Storage Policy

Deletes the given Region Storage Policy.

Regional Networking Settings
POST
Sync Org Regional Networking Resources Into Tm

Sync resources for all Regional Networking Settings associated with the organization from NSX Manager to the Tenant Manager. Resources associated with the Regional Networking Settings that have been modified in NSX directly or through Tenant Portal will be synchronized.

GET
Get Regional Networking Settings

Retrieves all Regional Networking Settings.

POST
Create Regional Networking Setting

Creates a Regional Networking Setting.

GET
Get Regional Networking Setting

Retrieves a Regional Networking Setting.

PUT
Update Regional Networking Setting

Updates an existing Regional Networking Setting. Only Name and Edge Cluster fields are updateable

DELETE
Delete Regional Networking Setting

Delete a Regional Networking Setting.

GET
Get Default Vpc Connectivity Profile

Retrieves default VPC connectivity profile for networking workloads running within the region and Organization specified by Regional Networking Setting.

PUT
Update Default Vpc Connectivity Profile

Update the default VPC connectivity profile for networking workloads running within the region and Organization specified by Regional Networking Setting.

Regions
GET
Query Regions

Retrieves all the Regions.

POST
Create Region

Creates a new Region.

GET
Get Region

Retrieves a region with the given ID.

PUT
Update Region

Updates a Region

DELETE
Delete Region

Deletes a given Region.

Rights
GET
Query Rights

Get list of rights

GET
Get Right

Retrieves the requested Right by id.

Rights Bundles
GET
Query Rights Bundles

Get list of rights bundles

POST
Create Rights Bundle

Creates a new rights bundle

GET
Get Rights Bundle

Get specified rights bundle

PUT
Update Rights Bundle

Update specified rights bundle

DELETE
Delete Rights Bundle

Delete specified rights bundle

GET
Query Rights Bundle Rights

Get list of rights (as references) contained by a particular bundle

POST
Add Rights To Rights Bundle

Adds the list of rights (passed as references) to a rights bundle.

PUT
Replace Rights In Rights Bundle

Replaces the existing set of rights in bundle with the rights (as references) supplied.

GET
Query Rights Bundle Tenants

Retrieves list of tenants for whom the rights bundle is explicitly published

PUT
Set Rights Bundle Tenants

Resets list of tenants for whom the rights bundle is explicitly published

POST
Post Rights Bundle Publish

Publishes the rights bundle to the specified tenants

POST
Post Rights Bundle Unpublish

Revokes publication of the rights bundle to the specified tenants

POST
Post Rights Bundle Publish All

Publishes the rights bundle to all tenants

POST
Post Rights Bundle Unpublish All

Unpublishes the rights bundle from all tenants

Rights Categories
GET
Query Rights Categories

Get list of Rights Categories

GET
Get Rights Category

Retrieves the requested Rights Category by id.

Roles
GET
Query Tenant Roles

Get list of roles for a tenant

POST
Create Role

Creates a new role

GET
Get Role

Get specified role

PUT
Update Role

Update specified role

DELETE
Delete Role

Delete specified role

GET
Query Role Rights

Get list of rights (as references) contained by a particular role

POST
Add Rights To Role

Adds the list of rights (passed as references) to a role.

PUT
Replace Rights In Role

Replaces the existing set of rights in role with the rights (as references) supplied.

Sddc Proxy
GET
Get Sddc Proxies Pac File Deprecated

Gets the .pac file for the user's accessible proxies.

GET
Get Sddc Proxies Deprecated

Gets a paged list of SDDC proxies for a tenant.

POST
Create Sddc Proxy Deprecated

Creates an SDDC proxy.

GET
Get Sddc Proxy Deprecated

Retrieves a specific SDDC proxy.

PUT
Update Sddc Proxy Deprecated

Update a specific SDDC proxy.

DELETE
Delete Sddc Proxy Deprecated

Delete a specific SDDC proxy. Will not delete an enabled proxy unless force is specified.

GET
Get Sddc Proxy Certificate Deprecated

Retrieve a SDDC proxy SSL certificate chain in PEM format.

PUT
Update Sddc Proxy Certificate Deprecated

Update a SDDC proxy certificate chain in PEM format.

GET
Get Sddc Proxy CRL Deprecated

Retrieve a SDDC proxy certificate revocation list in PEM format.

PUT
Update Sddc Proxy CRL Deprecated

Update a SDDC proxy certificate revocation list in PEM format.

Sddcs
GET
Get Sddcs

Get the list of Software-Defined Datacenters accessible to the user.

POST
Create Sddc

Create a Software-Defined Datacenter.

GET
Get Sddc

Retrieve a specific Software-Defined Datacenter.

PUT
Update Sddc

Update a specific Software-Defined Datacenter.

DELETE
Delete Sddc

Delete a specific Software-Defined Datacenter. Unless force is specified, SDDC & its proxies must be disabled before they can be deleted.

GET
Get Proxies For Sddc Deprecated

Retrieve the proxies for the Software-Defined Datacenter.

GET
Get Sddc Owner

Retrieve the owner of the Software-Defined Datacenter.

PUT
Set Sddc Owner

Update the owner of the Software-Defined Datacenter.

GET
Query Sddc Tenants

Retrieve the list of tenants a Software-Defined Datacenter is published to.

PUT
Set Sddc Tenants

Reset the list of tenants a Software-Defined Datacenter is published to.

POST
Sddc Publish To Tenants

Publish a Software-Defined Datacenter to the tenants.

POST
Sddc Unpublish From Tenants

Revoke publication of the Software-Defined Datacenter for the tenants.

GET
Get Endpoints For Sddc

Retrieve the endpoints for the SDDC.

POST
Create Sddc Endpoint

Creates an SDDC endpoint.

GET
Get Sddc Endpoint

Retrieves a specific SDDC endpoint.

PUT
Update Sddc Endpoint

Update a specific SDDC endpoint.

DELETE
Delete Sddc Endpoint

Delete a specific SDDC endpoint. Will not delete a default endpoint.

Service Account
GET
Query Service Accounts

Get a list of all service accounts.

GET
Get Service Account

Retrieves a specific service account

PUT
Update Service Account

Updates a service account

DELETE
Delete Service Account

Deletes a service account

POST
Revoke Service Account

Revokes the token associated with given service account URN, invalidates any existing sessions.

POST
Take Ownership

Transfer ownership of this user's owned entities (vApps, media, etc) to the caller.

Service App
GET
Get Service App

Retrieves a specific VMware service application

PUT
Update Service App

Updates a specific VMware service application.

DELETE
Delete Service App

Deletes a specific VMware service application.

Service Apps
GET
Query Service Apps

Get all registered VMware service applications

POST
Create Service App

Create a VMware service app

Sessions
GET
Get Current Sessions

List all sessions for current user

POST
Login

Logs in a user

GET
Get Session

Returns the specified session for current user

DELETE
Logout

Logs out the current user

GET
Get Current Session

Returns the specified session for the authorization token

DELETE
Logout Current Session

Logs out and terminates the current session identified by credentials supplied using the Authorization header

GET
Get Current Session Rights

Returns the rights associated with the current session.

GET
Get Accessible Locations

Gets locations accessible to this session.

POST
Provider Login

Logs in a user (Provider only)

Site Association
GET
Query Site Associations

Get list of site associations accessible to the user.

GET
Get Site Association

Get specified site association.

Site Settings
GET
Get Site Settings

Retrieve settings for a site and links for navigating to more specific site settings (e.g., CORS)).

PUT
Set Site Settings

Sets settings for a site.

Ssl Settings
GET
Get Ssl Settings

Get the current VCD SSL settings

Storage Classes
GET
Query Storage Classes

Retrieves a list of Org-scoped storage classes. If no Org context is supplied then all available storage classes are retrieved. Results can be filtered by id, name, and region.

GET
Get Storage Class

Retrieves a specific storage class via URN.

Storage Container
GET
Get Storage Containers

Get a paged list of all standalone Datastores and Datastore Clusters in the system

GET
Get Storage Container

Get specified Datastore or Datastore Cluster.

GET
Get Datastore Cluster Datastores

Retrieves all Datastores associated with the specified Datastore Cluster.

GET
Get Datastore Peers

Retrieves all peer datastores of the specified local Datastore.

Storage Policy
GET
Get Storage Policies

Get a paged list of all Provider Storage Policies in the system

GET
Get Storage Policy

Get specified Storage Policy.

Supervisor Clusters
GET
Get Supervisors

Retrieves all Supervisors.

GET
Get Supervisor

Retrieves a Supervisor.

GET
Get Clusters

Retrieves all compute Clusters.

GET
Get Cluster

Retrieves a Compute Cluster.

GET
Get Zones

Retrieves all supervisor zones.

GET
Get Zone

Retrieves a Zone.

GET
Query VM Class Reservations

Retrieves a paginated list of virtual machine class reservations.

System Overview
POST
Initiate Quick Start

Initiates quick start. This can only be run once, if something fails, no rollback is attempted. The following prerequisites are required.

  1. A supervisor and its associated NSX manager are present in Tenant Manager
  2. No region or organization exists in Tenant Manager

Quick start will do the following with sensible defaults.

  1. Create a region
  2. Rename the provider default org to the specified name
  3. Configure regional networking settings
  4. Create a default Virtual Data Center
  5. Create a default Namespace
GET
Get System Status

Retrieves system status information and overview statistics of system components such as Provider Gateways, Ip Spaces, Regions, Supervisors, Regional Networking Setting, and Content Library

Test Connection
POST
Test

Tests a connection, including SSL handshake and hostname verification.

Test Connection Restrictions
GET
Query Restricted Connections

Retrieves all restricted connections.

POST
Create Restricted Connection

Adds a restricted connection.

GET
Get Restricted Connection

Retrieves the restricted connection with the given ID.

PUT
Update Restricted Connection

Updates the restricted connection with the given ID.

DELETE
Delete Restricted Connection

Deletes the restricted connection with the given ID.

Token
GET
Get Tokens

Retrieve tokens

POST
Create Token

Creates a new token. Proxy tokens are tied to the current user and can be used to access the set of proxies available to the user.

GET
Get Token

Retrieves a specific token

PUT
Update Token

Update a token

DELETE
Delete Token

Delete a specific token. Use this to revoke the current token in case of a leak.

Transfer Sessions
GET
Query Transfer Sessions

Get list of active transfer sessions.

GET
Get Transfer Session

Get specified transfer session

GET
Query Transfer Session Items

Get list of transfer session items associated with this transfer session.
Results can be filtered by:

  • name

Transit Gateways
GET
Get Transit Gateways

Get all Transit Gateways.

Trusted Certificates
GET
Query Trusted Certificates

Get currently trusted certificates

POST
Trust Certificate

Add to list of currently trusted certificates

GET
Get Certificate

Get the PEM-encoded certificate with the requested URN

PUT
Update Certificate

Updates an existing trusted certificate

DELETE
Delete Certificate

Revoke trusting specified certificate

Type Access Controls
GET
Query Entity Type Access Control Grants

Get the access-control list for the specified vCD entity type.

POST
Create Entity Type Access Control Grant

Creates an access-control grant, giving the user the level of access for the vCD entity type.

GET
Get Entity Type Access Control Grant

Get the specified access-control grant.

PUT
Update Entity Type Access Control Grant

Updates the specified access-control grant.

DELETE
Remove Entity Type Access Control Grant

Removes the specified access-control grant from the vCD entity type access-control list.

Ui Plugin
GET
Get Ui Plugin

Retrieve the plugin metadata for this extension

PUT
Put Ui Plugin

Update the plugin metadata for this extension clobbering existing information and returns the updated plugin metadata

DELETE
Delete Ui Plugin

Delete the system level logo, forcing the get method to return the vCloud Director default logo.

GET
Get Extension Point Summary

Retrieves a map of extension Points and an ordered list of items registered with that extension point

PUT
Put Extension Point Summary

Customizes the order and enables/disables extension Points

Ui Plugin Resource
POST
Upload Ui Plugin Resource

Initiates an upload for the plugin for this extension using the Transfer service A unique transfer service URL is returned where the plugin may be uploaded.

DELETE
Delete Ui Plugin Resource

Deletes the actual plugin for this extension

Ui Plugin Tenants
GET
Get Ui Plugin Tenants

Retrieves list of tenants for whom the plugin is explicitly published

POST
Post Ui Plugin Publish

Publishes the UI plugin to the specified tenants

POST
Post Ui Plugin Unpublish

Revokes publication of the UI plugin to the specified tenants

POST
Post Ui Plugin Publish All

Publishes the UI plugin to all tenants

POST
Post Ui Plugin Unpublish All

Unpublishes the UI plugin from all tenants

Ui Plugins
GET
Get Ui Plugins

Get a list of all UI Extensions

POST
Add Ui Plugin

Creates a new UI extension and sets the provided plugin metadata for it.

User
GET
Query Users

Get a list of users.

POST
Create User

Create a new user.

GET
Get User

Get a specified user by id.

PUT
Update User

Modify basic details of the specified user.

DELETE
Delete User

Delete the specified user.

GET
Query User Groups

Get a list of references of groups that the user with the given id belongs to.

PUT
Modify User Groups

Adds a list of group references that the user with the given id belongs to. This endpoint allows for the group membership info to be pre-populated before a user logs in for the first time.

POST
Change Password

Modify an existing user's own password

POST
Take Ownership

Transfer ownership of this user's owned entities (vApps, media, etc) to the caller.

V App Snapshots
GET
Get V App Snapshots

Get paginated list of all snapshots of a VApp.

POST
Create V App Snapshot

Create VM snapshots for all VMs of the vApp.

GET
Get V App Snapshot

Get a specific snapshot of the VApp

PUT
Update V App Snapshot

Update a vApp snapshot name or revert to the specified snapshot by setting isCurrent to true.

DELETE
Remove V App Snapshot

Remove a specific snapshot of the VApp

GET
Get Vm Snapshots Of AV App Snapshot

Get a paged list of all VM snapshots of a VApp snapshot

Vcf Infra Endpoints
GET
Query Vcf Infra Endpoints

Get list of all VCF infra endpoints registered in VCFA.

POST
Register VCF Infra Endpoints

Register a VCF infra endpoint (SDDC Manager) in VCFA.

GET
Get VCF Infra Endpoint

Retrieve the registered VCF infra endpoint in VCFA.

PUT
Update VCF Infra Endpoint

Update the registered VCF infra endpoint in VCFA.

DELETE
Delete VCF Infra Endpoint

Delete the registered VCF infra endpoint in VCFA.

POST
Refresh Vcf Endpoint

The refresh method will connect to SDDC Manager, and updates VCFA with any new workload domains (vCenter/NSX) to register.

POST
Rotate Service Accounts

The rotate-service-accounts method will delete and recreate the login service accounts of vCenter/NSX registered in VCFA.

POST
Rotate Api Key

The rotate-api-key method will delete and recreate the apikey used by VCFA to login to SDDCManager

Vcf Service Capabilities
GET
Query Service Capabilities

Get list of all VCF Management Service Capabilities.

POST
Create Service Capabilities

Create a list of VCF Management Service Capabilities.

PUT
Update Service Capabilities

Modify a list of VCF Management Service Capabilities.

DELETE
Delete Service Capabilities

Delete list of VCF Management Service Capabilities.

GET
Get Service Capability

Get the registered VCF Management Service Capability.

PUT
Update Service Capability

Update the registered VCF Management Service Capability.

DELETE
Delete Service Capability

Delete the registered VCF Management Service Capability.

Vdc
GET
Query Vdcs

Retrieves a list of Org-scoped (if applicable) vDCs. Results can be filtered by id, name, allocationType, and computePolicyType.

Supported filters for computePolicyType are: (computePolicyType==VdcKubernetesPolicy) - | Returns a list of all vDCs that have a VdcKubernetesPolicy compute policy.

GET
Get Vdc

Retrieves a specific vDC via URN.

Vdc Compute Policies
GET
Get Vdc Compute Policy Vms

Get all VMs associated with this vDC compute policy

Vdc Compute Policies2
GET
Query Vdc Compute Policies

Get list of organization VDC compute policy.
Results can be filtered by:

  • id
  • name
  • pvdcId
  • isSizingOnly
  • policyType
  • vdc.id
  • pvdcComputePolicy.id
  • publishableToVdc
  • isPublishable
  • pvdc
  • isAutoGenerated
  • _context

      Supported contexts are: Org VDC Urn ID (_context==orgVdcUrn) - |
      Returns all the VDC compute policies which are available to a specific Org VDC.
POST
Create Vdc Compute Policy

Creates a new VDC compute policy. if PolicyType is VdcKubernetesPolicy, then the response is a 202 with task URL in location header. For VdcVmPolicy type, the response is 201 with created policy in response body.

GET
Get Vdc Compute Policy

Get specified organization VDC compute policy

PUT
Update Vdc Compute Policy

Updates vDC compute policy. if PolicyType is VdcKubernetesPolicy, then the response is a 202 with task URL in location header. For VdcVmPolicy type, the response is 200 with updated policy in response body.

DELETE
Delete Vdc Compute Policy

Deletes vDC compute policy. if PolicyType is VdcKubernetesPolicy, then the response is a 202 with task URL in location header, else 204 is returned.

GET
Get Vdc Compute Policy Metrics

Returns metrics for the given compute policy. Returns 400 if the policyType does not support metrics. For example, if type of the policy is VdcVmPolicy, then this API returns a 400 BadRequest response.

GET
Get Vdc Compute Policy Vdcs

Get orgatization VDCs this VDC compute policy has been assigned/published to

POST
Add Vdc Compute Policy To Vdcs

Assign this organization VDC compute policy to list of VDCs.

GET
Query Virtual Machine Classes

Get the list of Virtual Machine Classes

GET
Query Vdc Compute Policy Access Control Grants

Get the access-control list for the specified vdc compute policy.

POST
Create Vdc Compute Policy Access Control Grant

Creates an access-control grant to a subprovider for a compute policy

PUT
Update Vdc Compute Policy Access Control Grant

Update access-control grant for a vdc compute policy to subproviders

GET
Get Access Control Grant

Get a specific access-control grant for the Kubernetes namespace.

PUT
Update Access Control Grant

Updates the specified access-control grant for the Kubernetes namespace.

DELETE
Remove Access Control Grant

Removes the specified access-control grant from the Kubernetes namespace entities access-control list.

Vdc Group
GET
Get Vdc Group

Retrieves a specific vDC Group.

PUT
Update Vdc Group

Updates a specific vDC Group. Example is to add/remove a participating vDC.

DELETE
Delete Vdc Group

Deletes a vDC Group

POST
Sync Vdc Group

Sync/repair the vDC group. An example usage is to detect if a vDC still exists/is valid. If an Organization vDC referenced by the VDC group is deleted or if it is not participating in universal networking, it's status will be updated to OBJECT_NOT_FOUND and the vdc group will be marked as NOT_REALIZED. This will also initiate a sync of associated router, if any. The router entities like egress points and universal routes will also be marked as NOT_REALIZED if they reference the removed Organization vDC.

GET
Get Participating Vdcs

Retrieves a list of participating vDCs in the specified vDC Group.

POST
Add Participating Vdcs

Adds the vDCs to the specified vDC Group. Note that only up to 16 vDCs can be added at a time.

POST
Remove Participating Vdcs

Removes the vDCs from the specified vDC Group. Note that only up to 16 vDCs can be removed at a time.

Vdc Group Candidates
GET
Get Networking Vdc Group Candidates

Get a list of candidate vDCs. Results can be filtered by the type of vDC group and contexts of vDC ID or network pool ID. Below are the supported contexts:

  • Local vDC Group (_context==LOCAL;_context==orgVdcId;includeVdcsInManagedOrgs==true) - Returns all vDCs that have the same network pool assigned to the org vDC.
  • Universal vDC Group backed by NSX-T network provider (_context==UNIVERSAL;_context==orgVdcId;includeVdcsInManagedOrgs==true) - Returns all vDCs that are associated with the same global NSX-T manager.
  • Universal vDC Group backed by NSX-V network provider (_context==UNIVERSAL;_context==orgVdcId;_context==networkPoolUniversalId) - If the orgVdc is specified, returns all vDCs that have the same assigned universal network pool as that of the org vDC. A universal network pool is backed by a broadcast domain that can stretch to multiple VMware Cloud Director sites. If the org vDC is not specified, or not found, and the universal network pool is specified, returns all vDCs whose network pools are backed by that universal network pool. This case supports multisite/associated organization queries where the user wants to retrieve remote vDCs on different sites/associated organizations with the same backing universal network pool.
  • Existing vDC Group (_context==vdcGroupId;_context==networkPoolUniversalId;includeVdcsInManagedOrgs==true;includeParticipatingVdcs==false) - If the vDC Group is specified, returns all vDCs that have the same assigned network pool as that of the vDC Group. The assigned network pool can also be universal if the vDC Group type is UNIVERSAL. If vDC Group is not specified, or not found, and the universal network pool is specified, returns all vDCs whose network pools are backed by that universal network pool. This case supports multisite/associated organization queries where the user wants to retrieve remote vDCs on different sites/associated organizations with the same backing universal network pool.

Note that multisite calls to get the candidate vDCs for a local vDC Group will only return the vDCs of the local site's associated organizations. Remote site's vDCs are not returned since the org vDC or the vDC group is not found there.

The following filters are only supported for vDC Groups backed by an NSX-T network provider:

  • includeVdcsInManagedOrgs
  • includeParticipatingVdcs
Vdc Groups
GET
Get Vdc Groups

Get a list of vDC Groups. To find all vDC Groups that contains a specific Organization vDC, user can use the filter "participatingOrgVdcs.vdcRef.id" key.

POST
Create Vdc Group

Creates a vDC Group. A universal router will also be created if universalNetworkingEnabled is set to true.

Vdc Groups Settings
GET
Get Vdc Group Settings

Retrieves the global vDC groups settings. These settings apply to all vDC Groups in the system and can only be retrieved by the provider.

PUT
Update Vdc Group Settings

Updates the global vDC groups settings. These settings apply to all vDC Groups in the system and can only be updated by the provider.

Vdc2
GET
Get Compute Policies

Retrieves all compute policies of a vDC

GET
Get Vdc Max Compute Policy

Retrieves Max Compute Policy of the vDC.

PUT
Update Vdc Max Compute Policy

Updates Max Compute Policy of the vDC. Returns 400 if policy type is not VdcVmPolicy.

Vgpu Profiles
GET
Query Vgpu Profiles

Get list of vGPU profiles available in the system.
Results can be filtered by:

  • name
  • tenantFacingName
  • pvdcId - | The URN of provider vDC. Filters all the vGPU profiles that are accessible to the supplied provider vDC. Example: (pvdcId==urn:vcloud:providervdc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

GET
Get Vgpu Profile

Get specified vGPU profile

PUT
Update Vgpu Profile

vGPU profile's name cannot be updated but other information such as tenantFacingName and instructions can be updated.

DELETE
Delete Vgpu Profile

Deletes specified vGPU profile. A vGPU profile is eligible for deletion only when it is no longer available in any vCD managed Provider vDC cluster and is not in use by any active vGPU policy.

Vgpu Profiles Consumers
GET
Query Vgpu Profiles Consumers

Get list of vGPU profiles consumer entities.
Results can be filtered by:

  • vgpuProfileName
  • tenant.id
  • vdc.id
  • policy.id

Vidb Registration
GET
Get Vidb Integration

Gets the vIDB integration for the provider org

PUT
Configure Vidb Integration

Configures the vIDB integration for the provider org

DELETE
Delete Vidb Integration

Deletes the vIDB integration for the provider org

Virtual Center
GET
Query Virtual Centers

Retrieves a paged list of all Virtual Center servers in the system.

POST
Attach Virtual Center

Attach a Virtual Center server.

GET
Get Virtual Center

Retrieve the representation of a vCenter server registered and managed by vCD.

PUT
Update Virtual Center

Update the representation of a registered vCenter server. This operation is asynchronous and returns a task that you can monitor to track the progress of the request. Starting with API version 36.0, a null nsxVManager will attempt to remove the NSX-V Manager from the vCenter, and a non-null nsxVManager will attempt to add the NSX-V Manager to the vCenter if there is none registered or update the NSX-V Manager if there is one already registered to the vCenter. If you don't want to update the NSX-V Manager, provide the same NSX-V Manager settings as the existing one. For API versions before 36.0, no changes or updates to the nsxVManager will be made, regardless of whether an nsxVManger is provided or if it's different than the existing one.

DELETE
Delete Virtual Center

Unregister a vCenter server. This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

GET
Get Virtual Center Metrics

Retrieve the metrics of a registered vCenter server.

GET
Get Nsx V Manager Settings

Retrieve the networking configuration of a registered vCenter server.

PUT
Update Nsx V Manager Settings

Update the network settings of a registered vCenter server. This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

GET
Get Root Resource Pools

Get a list of all root resource pools that are eligible for consumption. If a resource pool is ineligible but is in the response, this means it has children which are eligible for consumption. A resource pool will be ineligible, unless the cluster has an ESXi host on it. The list will be sorted by name, case insensitive.

GET
Get Child Resource Pools

Get list of child resource pools of the specified parent that are eligible for consumption. If a resource pool is ineligible but is in the response, this means it has children which are eligible for consumption. A resource pool will be ineligible, unless the cluster has an ESXi host on it. The list will be sorted by name, case insensitive.

GET
Get All Resource Pools

Get a list of all resource pools in the specified vCenter.

GET
Get Supported Hardware Versions

Get a set of all supported hardware versions by the ESXi hosts in the resource pool.

GET
Get Resource Pool Kubernetes Config

Get Kubernetes configuration for a resource pool which is backed by a Kubernetes enabled cluster.

GET
Query Virtual Machine Classes

Get the list of Virtual Machine Classes

GET
Get Storage Profiles

Get a list of all storage profiles for a VC. Supported contexts are: Resource Pool Moref (_context==moref) - | Returns all the storage profiles which are related to a specific Resoure Pool. Example: /cloudapi/{ver}/virtualCenters/{urn}/storageProfiles?filter=_context==resgroup-N

GET
Get Vc Storage Policy Capabilities

Retrieves the current capabilities configured on a specific Virtual Center storage policy. These cannot be edited.

GET
Get Unmanaged Virtual Machines

Get a list of unmanaged virtual machines from vCenter Server

GET
Get Unmanaged Virtual Disks

Get the list of disks of a unmanaged virtual machine from vCenter.

GET
Retrieve Vsphere Vmca

Within VSphere's Certificate management, the VMCA is a designated CA certificate that signs vsphere infrastructure endpoint certificates.
This API retrieves that certificate

Virtual Datacenter
GET
Get Virtual Datacenters

Retrieves all Virtual Datacenters.

POST
Create Virtual Datacenter

Create a new virtual datacenter.

GET
Get Virtual Datacenter

Get a specific virtual datacenter

PUT
Update Virtual Datacenter

Updates the details of a virtual datacenter.

DELETE
Delete Virtual Datacenter

Deletes a virtual datacenter via URN.

GET
Query Vm Classes

Retrieves a paginated list of Virtual Machine Classes associated with this VDC.

POST
Add Vm Classes To VDC

Adds the list of Virtual Machine Classes to the VDC.

PUT
Replace Vm Classes In VDC

Replaces the existing set of Virtual Machine Classes in the VDC with the Virtual Machine Classes (as references) supplied.

GET
Query Reserved Vm Classes

Retrieves a paged list of VM class reservations associated with this VDC.

PUT
Update Reserved Vm Classes

Updates all reserved VM classes for this VDC. This API is used to add/remove VM class reservation to the VDC and also to update reserved count of an already reserved VM class.

GET
Get Namespaces For Vdc

Get namespaces belonging to a particular virtual datacenter.

Virtual Datacenter Storage Policies
GET
Get Virtual Datacenter Storage Policies

Retrieves all Virtual Datacenters Storage Policies.

POST
Create Virtual Datacenter Storage Policies

Creates new Virtual Datacenter Storage Policies in a Virtual Datacenter. The request will fail if more than one Virtual Datacenter is specified or the list of Virtual Datacenter Storage Policies is empty.

GET
Get Virtual Datacenter Storage Policy

Retrieves a specific Virtual Datacenters Storage Policy.

PUT
Update Virtual Datacenter Storage Policy

Update a specific Virtual Datacenters Storage Policy.

DELETE
Delete Virtual Datacenter Storage Policy

Deletes an existing Virtual Datacenter storage policy.

Virtual Machine Classes
GET
Query Virtual Machine Classes

Get the list of Virtual Machine Classes

GET
Get Virtual Machine Class

Retrieves the specified virtualMachineClass

GET
Query Reserved VM Classes

Get the paginated list of reserved Virtual Machine Classes

Virtual Private Clouds
GET
Get Virtual Private Clouds

Retrieves all Virtual Private Clouds.

Vks Credential Exchange
POST
Create Credential

This operation validates the provided 'userToken', such that: 1- It is a properly formatted JWT. 2- This token is not expired. 3- It has a valid signature. It then exchanges this token for one that includes the following changes: 1- Add an 'aud' claim using provided 'audience' parameter. 2- Add an optional pseudo-group to the 'groups' claim' if the 'userToken' maps to an account with EDIT privileges. 3- Expand the 'groups' claim list to its maximum.

Vm Snapshots
GET
Get Vm Snapshots

Get a paged list of all snapshots of a VM

POST
Create Vm Snapshot

Create a new VM snapshot.

GET
Get Vm Snapshot

Get a specific snapshot of a VM

PUT
Update Vm Snapshot

API can be leveraged to change snapshot name or revert to the specified snapshot by setting isCurrent to true.

DELETE
Remove Vm Snapshot

Remove a specific snapshot of a VM

Vmc Sddcs
GET
Get Vmc Sddcs

Retrieves a list of SDDCs for a specific VMware service application that are available

POST
Register Vmc SDDC

Register a VMware service application SDDC's components

Web Mks Ticket
POST
Create Web Mks Ticket

Create a WebMKS ticket allowing to open a VM console in a browser.

Zones
GET
Query Zones

Retrieves all zones known to Tenant Manager.

GET
Get Zone

Retrieves a Zone.