VMware Cloud Director OpenAPI Operations Index

VMware Cloud Director OpenAPI Operations Index

All available VMware Cloud Director 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.

Application Port Profile
GET
Get Application Port Profile

Retrieves a specific user-defined Application Port Profile

PUT
Update Application Port Profile

Updates a specific user-defined Application Port Profile

DELETE
Delete Application Port Profile

Deletes a specific user-defined Application Port Profile

Application Port Profiles
GET
Get Application Port Profiles

Retrieves all Application Port Profiles. This includes user-defined profiles and default system profile. Supported filters are:

  • Org vDC ID (orgVdcId==[ID]) - | Return all the application port profiles which are available to a specific Org vDC.
  • Network Provider ID (networkProviderId==[ID]) - | Returns all the application port profiles which are available under a specific network provider.
  • VDC Group ID (vdcGroupId==[ID]) - | Returns all the application port profiles which are available to a specific vDC Group.
  • Provider Gateway ID (providerGatewayId==[ID]) - | Returns all the application port profiles which are available to a specific Provider Gateway.
The following contexts are deprecated as of API version 38.0: Org vDC ID (_context==orgVdcId), Network Provider ID (_context==networkProviderId), VDC Group ID (_context==vdcGroupId)
POST
Create Application Port Profile

Create a user-defined application port profile.

POST
Sync Application Port Profiles

Sync the application port profiles from the network provider to VCD. The network provider is required to be specified as a filter: (networkProviderId==[ID]) The following context is deprecated as of API version 38.0: Network Provider ID (_context==networkProviderId)

Audit Trail
GET
Query Audit Trail

Get list of audit trail events

Branding
GET
Get System Branding

Get the system level branding information including the portal name, portal color, selected theme and custom URLs.

PUT
Put System Branding Deprecated

Sets the branding information including the portal name, portal color, selected theme and custom URLs for a specific org or system default.

GET
Get System Logo

Get the system level logo as raw image data suitable for use in an image tag's src attribute.

If a custom logo is not set then the vCloud Director default logo is sent.

PUT
Put System Logo Deprecated

Set the system logo data.

DELETE
Delete System Logo Deprecated

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

GET
Get System Icon

Get the system level icon as raw image data suitable for use in an image tag's src attribute.

If a custom icon is not set then the vCloud Director default icon is sent.

PUT
Put System Icon Deprecated

Set the system icon data.

DELETE
Delete System Icon Deprecated

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

GET
Get Tenant Branding

Get org-specific branding information including the portal name, portal color, selected theme and custom URLs. If no org branding has been specified, retrieve the default system branding.

PUT
Put Tenant Branding Deprecated

Sets the branding information including the portal name, portal color, selected theme and custom URLs for a specific org.

DELETE
Remove Tenant Branding Deprecated

Removes org-specific branding information if specified

GET
Get Tenant Logo

Get the org-specific logo as raw image data suitable for use in an image tag's src attribute. If an org-specific logo is not set, get the default system logo.

If a custom logo is not set then the vCloud Director default logo is sent.

PUT
Put Tenant Logo Deprecated

Set the org-specific data.

DELETE
Delete Tenant Logo Deprecated

Delete the org-specific logo, forcing the get method to return the system default logo.

GET
Get Tenant Icon

Get the system level icon as raw image data suitable for use in an image tag's src attribute.

If a custom icon is not set then the vCloud Director default icon is sent.

PUT
Put Tenant Icon Deprecated

Set the system icon data.

DELETE
Delete Tenant Icon Deprecated

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

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 Branding Theme Css

Retrieve the CSS for this theme if it has been set

POST
Upload Branding Theme Contents Deprecated

Update an existing custom theme's contents, uniquely identified by name. Currently, this is limited to a single CSS file.

DELETE
Delete Branding Theme Contents Deprecated

Delete a custom theme's contents

Branding Theme
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 an archive, which must also contain a manfiest.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: , Logo: , Background: , Localizations: , CustomLinks: , Styles: , PortalName: } }

GET
Get Active Logo Theme Resource

Gets the logo resource for the active theme for the current organization.

GET
Get Active Background Theme Resource

Gets the background resource for the active theme for the current organization.

GET
Get Active Fav Icon Theme Resource

Gets the favIcon resource for the active theme for the current organization.

GET
Get Active Custom Links Theme Resource

Gets the custom links for the active theme for the current organization.

GET
Get Active CSS Theme Resource

Gets the CSS resource for the active theme for the current organization.

GET
Get Active Portal Name Theme Resource

Gets the portal name for the active theme for the current organization.

GET
Get Active Idp Meta

The response will contain a link to the button icon, if available.

GET
Get Active Idp Icon

The theme may optionally define an icon/logo to be associated with a particular identity provider alias.

GET
Get Branding Themes Assignments

Get organizations and their active themes

GET
Get Branding Theme Assignments

Gets organizations using this branding theme as active

POST
Create Branding Theme Assignment

Set active theme for an organization

PUT
Create Branding 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.

POST
Convert Old Themes

Initiates converting for the old branding api themes

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 Group Topology Status

Presents an overview of the latest snapshot(according to the filter, if specified) of each cell. The filter and the sort query parameters apply towards the topologies in the values field.

GET
Get Cell Group Current Topology Status

Presents an overview of the latest snapshot(according to the filter, if specified) of each currently active cell. This resource can be used as a health check for the cell group. The filter and the sort query parameters apply towards the topologies in the values field.

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'.

GET
Get Cell Access Endpoints

Retrieves the cell's endpoint information and secure parameters.

PUT
Update Cell Access Endpoints

Updates the cell's endpoint certificates. Updates will cause a brief interruption in connectivity as the reconfiguration is applied. It is recommended (though not required) that the affected cell be put into maintenance mode prior to updating the cell's endpoint certificates. This is so that existing connections can gracefully handle a certificate update.

GET
Get Cell Topology History

This represents all past cell topology states of a particular cell(up to 100).

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.

Cors
GET
Query Allowed Origins

Queries the set of allowed origins.

PUT
Set Allowed Origins

Sets allowed origins to the given set of origins.

Cross Vdc Network
GET
Get Cross Vdc Network

Retrieves a specific Cross vDC network.

PUT
Update Cross Vdc Network

Updates a specific Cross vDC network.

DELETE
Delete Cross Vdc Network

Deletes a specific Cross vDC network

POST
Sync Cross Vdc Network

Sync/repair the specific cross vdc network

Cross Vdc Networks
GET
Get All Cross Vdc Networks For Vdc Group

Get all Cross vDC networks of a vDC group.

GET
Get All Cross Vdc Networks

Get all Cross vDC networks in the system.

POST
Create Cross Vdc Network

Creates a Cross vDC network.

Custom Entities
GET
Query Custom Entity Types Deprecated

Get list of custom entity types.

POST
Create Custom Entity Type Deprecated

Creates a new custom entity type

GET
Get Custom Entity Type Deprecated

Get specified custom entity type

PUT
Update Custom Entity Type Deprecated

Update specified custom entity type

DELETE
Delete Custom Entity Type Deprecated

Delete specified custom entity type.

GET
Get Custom Entity Type Tenants Deprecated

Retrieves list of item for whom the custom entity type is explicitly published

PUT
Set Custom Entity Type Tenants Deprecated

Resets list of tenants for whom the custom entity type is explicitly published

POST
Post Custom Entity Type Publish Deprecated

Publishes the custom entity type to the specified tenants

POST
Post Custom Entity Type Unpublish Deprecated

Revokes publication of the custom entity type to the specified tenants

POST
Post Custom Entity Type Publish All Deprecated

Publishes the custom entity type to all tenants

POST
Post Custom Entity Type Unpublish All Deprecated

Unpublishes the custom entity type from all tenants

GET
Get Custom Entity Type Tenants Query

Retrieves list of item for whom the custom entity type is explicitly published

PUT
Set Custom Entity Type Tenants Bounded

Resets list of tenants for whom the custom entity type is explicitly published

POST
Post Custom Entity Type Publish Bounded

Publishes the custom entity type to the specified tenants

POST
Post Custom Entity Type Unpublish Bounded

Revokes publication of the custom entity type to the specified tenants

POST
Post Custom Entity Type Publish All Bounded

Publishes the custom entity type to all tenants

POST
Post Custom Entity Type Unpublish All Bounded

Unpublishes the custom entity type from all tenants

GET
Get Custom Entity Type Actions

Get all actions associated with this custom entity type

POST
Create Custom Entity Type Action

Creates a new custom entity type action

DELETE
Delete Custom Entity Type Action

Delete specified custom entity type action

GET
Get Custom Entities

Get list of custom entities

GET
Get Custom Entity

Get specified custom entity

GET
Get Custom Entity As Sdk Object

Get specified custom entity represented as on Sdk-Object

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

Dfw Policies
GET
Get Dfw Policies

Retrieves the current state of DFW along with all the DFW security policies for a given networking and security domain.

PUT
Update Dfw Policies

Updates the DFW security policies for a given networking and security domain. A default security policy will be created when DFW is enabled. Removing a security policy will result in removal of the policy and all of its associated firewall rules.

Dfw Policy
GET
Get Dfw Policy

Retrieves a specific DFW security policy.

PUT
Update Dfw Policy

Updates a specific DFW security policy.

DELETE
Delete Dfw Policy

Deletes a specific DFW security policy. Removing a security policy will result in removal of the policy and all of its associated firewall rules.

GET
Get Dfw Rules

Retrieves all firewall rules for a given DFW security policy. The rules are returned in the order of precedence.

POST
Create Dfw Rule

Creates a Firewall Rule for a given DFW Security Policy.

PUT
Update Dfw Rules

Updates all the firewall rules for a given DFW security policy. If a rule with the ruleId is not already present, a new rule will be created. If it already exists, the rule will be updated. Any existing rule that is not specified in the update payload will be deleted. The order of rules in payload will define the actual order in which this rules will be applied.

GET
Get Dfw Rule

Retrieves a specific firewall rule for a given DFW security policy.

PUT
Update Dfw Rule

Updates a specific firewall rule for a given DFW security policy.

DELETE
Delete Dfw Rule

Deletes a specific firewall rule for a given DFW security policy.

GET
Get Dfw Logs

Log filters are encapsulated in a FIQL filter query parameter. Sample filter: filter=(timestamp=gt=2020-07-24T00:00:00,timestamp=lt=2020-08-24T00:00:00;ruleId==a4ec73d6-9937-4b32-bdc7-b4dda5366391) Supported filters are:

  • timestamp. Log timestamp. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to the current time.
  • ruleId. Id of the firewall rule. This is optional. This field is responsible for filtering logs based on rule firewall rule id.
  • ruleName. Name of the firewall rule. This is optional. This field is responsible for filtering logs based on firewall rule name.
  • loggingId. Logging Id of the firewall rule. This is optional. This field is responsible for filtering logs based on firewall rule logging Id. Logging Id is unique ID assigned by the backing NSX-T network provider, and is used for logging by NSX-T. Only applies to NSX-T.
  • addressFamily. IP address family. Either IPV4 or IPV6. This is optional.
  • reason. Criteria for which an action is taken by the firewall rule. This is optional.
  • action. Action taken by the firewall rule. This is optional.
  • direction. Direction of network traffic on the distributed firewall. Can be IN or OUT. This is optional.
  • protocol. The protocol used for communication between source and destination hosts. Can be TCP, UDP or PROTO. This is optional.
  • sourceIpAddress. IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourcePort. Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • destinationIpAddress. IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationPort. Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
Dvpg Properties
GET
Get Dvpg Properties

Returns the DVPG properties, such as promiscuous mode and forged transmit, of a specific Org vDC network. This is a SysAdmin only API.

PUT
Update Dvpg Properties

Toggles the DVPG properties of a specific Org vDC network. Allows for update of promiscuous mode and forged transmit. This is a SysAdmin only API.

Edge Cluster
GET
Get Edge Cluster

Retrieves a specific Edge Cluster

PUT
Update Edge Cluster

Updates a specific Edge Cluster

DELETE
Delete Edge Cluster

Deletes a specific Edge Cluster

Edge Clusters
GET
Get Edge Clusters

Retrieves all Edge Clusters. Results can be filtered by id, name, vCenter (resourcePool.vcId), externalNetworkId and orgVdcId.

  • externalNetworkId - | The URN of external Network. Filters all edgeClusters that are accessible to externalNetworkId. externalNetworkId filter is supported from version 35.2 Example: (externalNetworkId==urn:vcloud:network:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  • orgVdcId - | The URN of Org vDC. Filters all edgeClusters that are available to an Org vDC. orgVdcId filter is supported from version 36.0 Example: (orgVdcId==urn:vcloud:vdc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  • vdcGroupId - | The URN of vDC Group. Filters all edgeClusters that are available to a vDC Group. vdcGroupId filter is supported from version 39.0 Example: (vdcGroupId==urn:vcloud:vdcGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  • isProjectedToOrg - | The URN of the organization. Filters all edge clusters that are projected to a given Organization. Filtering for only non-projected edge clusters is also supported. isProjectedToOrg is supported from version 39.0 Example: (isProjectedToOrg==urn:vcloud:organizaton:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Error will be thrown if both externalNetworkId and orgVdcId filters are supplied.
POST
Create Edge Cluster

Create a new Edge Cluster. An Edge Cluster is defined by a Resouce Pool and Storage Profile for deploying Edge Gateways. It can subsequently be assigned to a given vDC Network Profile as a Primary or Secondary Edge Cluster.

GET
Get Edge Cluster Projections

Get all projections of this edge cluster across all organizations.

POST
Create Edge Cluster Projection

This API projects the edge cluster to the sub-provider tenant organization.

GET
Get Edge Cluster Projection

Get projection with the given identifier.

PUT
Update Edge Cluster Projection

This API allows update of projection name of the given edge cluster. All other properties are ignored.

DELETE
Delete Edge Cluster Projection

This API deletes the edge cluster projection.

Edge Gateway
GET
Get Edge Gateway

Retrieves a specific Edge Gateway

PUT
Update Edge Gateway

Update a specific Edge Gateway. Only NSX-T Edge Gateways can be created with this endpoint.

DELETE
Delete Edge Gateway

Deletes a specific Edge Gateway. Only NSX-T Edge Gateways can be deleted with this endpoint.

GET
Get Used Ip Addresses

Get all the used IPs for a given external network. This returns all the IP addresses of network which are being used by a vApp VM or by an edge gateway connected to this external network. Results can be filtered by IP address.

Edge Gateway Bgp
GET
Get Bgp Config

Retrieves the general BGP configuration for a Provider Gateway.

PUT
Update Bgp Config

Updates the general BGP configuration on a Provider Gateway.

Edge Gateway Bgp Neighbor
GET
Get Bgp Neighbor

Retrieves a specific BGP neighbor of Provider Gateway.

PUT
Update Bgp Neighbor

Updates a specific BGP neighbor of Provider Gateway.

DELETE
Delete Bgp Neighbor

Deletes a specific BGP neighbor of Provider Gateway.

GET
Get Bgp Neighbor Status

Retrieves status of a specific BGP neighbor configured on a Provider Gateway.

Edge Gateway Bgp Neighbors
GET
Get Bgp Neighbors

Retrieves all BGP neighbors configured for the Provider Gateway.

POST
Create Bgp Neighbor

Creates a new BGP neighbor for the Provider Gateway.

Edge Gateway Dhcp
GET
Get Dhcp Forwarder

Retrieves the DHCP Forwarder configuration on an Edge Gateway. A routed Org vDC network connected to this edge can choose to configure its DHCP configuration in RELAY mode which will use this DHCP forwarder.

PUT
Update Dhcp Forwarder

Updates the DHCP Forwarder configuration on an Edge Gateway.

Edge Gateway Dns
GET
Get Edge Gateway Dns

Retrieves DNS configuration of the edge gateway.

PUT
Update Edge Gateway Dns

Updates DNS configuration of the edge gateway.

DELETE
Delete Edge Gateway Dns

Deletes DNS configuration of the edge gateway.

Edge Gateway Firewall Rule
GET
Get Firewall Rule

Retrieves a specific firewall rule based on the rule ID provided.

PUT
Update Firewall Rule

Updates a specific firewall rule based on the rule ID provided.

DELETE
Delete Firewall Rule

Deletes a specific firewall rule based on the rule ID provided.

Edge Gateway Firewall Rules
GET
Get Firewall Rules

Retrieves all user-defined and default firewall rules for a given Provider Gateway. The rules are returned in the order of precedence.

POST
Create Firewall Rule

Creates a single firewall rule based on a given Provider Gateway.

PUT
Update Firewall Rules

Updates all the firewall rules for a given Provider Gateway. If a rule with the ruleId is not already present, a new rule will be created. If it already exists, the rule will be updated. Any existing rule that is not specified in the update payload will be deleted. The order of rules in payload will define the actual order in which this rules will be applied.

DELETE
Delete Firewall Rules

Deletes all firewall rules for a given Provider Gateway.

Edge Gateway Firewall Rules Version2
GET
Get Firewall Logs

Log filters are encapsulated in a FIQL filter query parameter. Sample filter: filter=(timestamp=gt=2020-07-24T00:00:00,timestamp=lt=2020-08-24T00:00:00;ruleId==a4ec73d6-9937-4b32-bdc7-b4dda5366391) Supported filters are:

  • timestamp. Log timestamp. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to the current time.
  • ruleId. Id of the firewall rule. This is optional. This field is responsible for filtering logs based on rule firewall rule id.
  • ruleName. Name of the firewall rule. This is optional. This field is responsible for filtering logs based on firewall rule name.
  • loggingId. Logging Id of the firewall rule. This is optional. This field is responsible for filtering logs based on firewall rule logging Id. Logging Id is unique ID assigned by the backing NSX-T network provider, and is used for logging by NSX-T. Only applies to NSX-T.
  • addressFamily. IP address family. Either IPV4 or IPV6. This is optional.
  • reason. Criteria for which an action is taken by the firewall rule. This is optional.
  • action. Action taken by the firewall rule. This is optional.
  • direction. Direction of network traffic on the provider gateway. Can be IN or OUT. This is optional.
  • protocol. The protocol used for communication between source and destination hosts. Can be TCP, UDP or PROTO. This is optional.
  • sourceIpAddress. IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourcePort. Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • destinationIpAddress. IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationPort. Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
GET
Get Firewall Rules

Retrieves all user-defined and default firewall rules for a given Provider Gateway. The rules are returned in the order of precedence.

POST
Create Firewall Rule

Creates a single firewall rule based on a given Provider Gateway.

PUT
Update Firewall Rules

Updates all the firewall rules for a given Provider Gateway. If a rule with the ruleId is not already present, a new rule will be created. If it already exists, the rule will be updated. Any existing rule that is not specified in the update payload will be deleted. The order of rules in payload will define the actual order in which this rules will be applied.

DELETE
Delete Firewall Rules

Deletes all firewall rules for a given Provider Gateway.

GET
Get Firewall Rule

Retrieves a specific firewall rule based on the rule ID provided.

PUT
Update Firewall Rule

Updates a specific firewall rule based on the rule ID provided.

DELETE
Delete Firewall Rule

Deletes a specific firewall rule based on the rule ID provided.

GET
Get Firewall State

Retrieves the firewall state for a given Provider Gateway. Firewall state defines whether the firewall is currently enabled for the gateway.

PUT
Update Firewall State

Updates the firewall state for a given Provider Gateway.

Edge Gateway Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel

Retrieves a specific IPSec tunnel for a given Provider Gateway.

PUT
Update Ip Sec Vpn Tunnel

Updates a specific IPSec tunnel for a given Provider Gateway.

DELETE
Delete Ip Sec Vpn Tunnel

Deletes a specific IPSec tunnel for a given Provider Gateway.

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.

GET
Get Ip Sec Vpn Tunnel Status

Retrieves status of a given IPSec VPN Tunnel configured on an Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Statistics

Retrieves connection statistics for a given IPSec VPN Tunnel configured on an Provider Gateway.

Edge Gateway Ip Sec Vpn Tunnel Connection Properties
GET
Get Ip Sec Vpn Tunnel Connection Properties

Retrieves connection properties for a given IPSec VPN Tunnel configured on an Provider Gateway.

PUT
Update Ip Sec Vpn Tunnel Connection Properties

Updates the connection properties for a given IPSec VPN Tunnel configured on an Provider Gateway.

Edge Gateway Ip Sec Vpn Tunnels
GET
Get Ip Sec Vpn Tunnels

Retrieves all IPSec VPN tunnels that are configured for an Provider Gateway. Pagination is supported, use response header to get the next page. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

POST
Create Ip Sec Vpn Tunnel

Creates an IPSec tunnel on the Provider Gateway.

Edge Gateway Ip Sec Vpn Tunnels Version2
GET
Get Ip Sec Vpn Tunnels

Retrieves all IPSec VPN tunnels that are configured for an Provider Gateway. Pagination is supported, use response header to get the next page. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

POST
Create Ip Sec Vpn Tunnel

Creates an IPSec tunnel on the Provider Gateway.

GET
Get Ip Sec Vpn Tunnel

Retrieves a specific IPSec tunnel for a given Provider Gateway.

PUT
Update Ip Sec Vpn Tunnel

Updates a specific IPSec tunnel for a given Provider Gateway.

DELETE
Delete Ip Sec Vpn Tunnel

Deletes a specific IPSec tunnel for a given Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Allowed Security Types

Retrieves the allowed IPSec VPN Tunnel security types for the specified Provider Gateway. The security types allowed are set by the System Administrator for the VCD site via the Config Management Tool (CMT). The final set of security types returned are the intersection of those set by the System Administrator and those supported by the gateway's backing network provider.

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.

GET
Get Ip Sec Vpn Tunnel Preset Connection Properties

Retrieves the connection properties that are used for a given security type preset on a Provider Gateway's backing network provider. Allowed security types are:

  • DEFAULT
  • PROVIDER_PREFERRED
  • CNSA
  • FIPS
  • FOUNDATION
  • PRIME
  • SUITE_B_GCM_128
  • SUITE_B_GCM_256
CUSTOM is not a valid security type for this endpoint, as it does not have defined presets.
GET
Get Ip Sec Vpn Tunnel Connection Properties

Retrieves connection properties for a given IPSec VPN Tunnel configured on an Provider Gateway.

PUT
Update Ip Sec Vpn Tunnel Connection Properties

Updates the connection properties for a given IPSec VPN Tunnel configured on an Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Status

Retrieves status of a given IPSec VPN Tunnel configured on an Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Statistics

Retrieves connection statistics for a given IPSec VPN Tunnel configured on an Provider Gateway.

Edge Gateway L2vpn Tunnel
GET
Get L2 Vpn Tunnel

Retrieves a specific L2 VPN tunnel for a given edge gateway.

PUT
Update L2 Vpn Tunnel

Updates a specific L2 VPN tunnel for a given edge gateway.

DELETE
Delete L2 Vpn Tunnel

Deletes a specific L2 VPN tunnel for a given edge gateway.

GET
Get L2 Vpn Tunnel Status

Retrieves status of a given L2 VPN Tunnel.

GET
Get L2 Vpn Tunnel Statistics

Retrieves connection statistics for a given L2 VPN Tunnel configured on an Edge Gateway.

Edge Gateway L2vpn Tunnels
GET
Get L2 Vpn Tunnels

Retrieves all L2 VPN tunnels that are configured for an edge gateway. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

POST
Create L2 Vpn Tunnel

Creates an L2 VPN tunnel on the Edge Gateway.

Edge Gateway Load Balancer
GET
Get Load Balancer Config

Retrieves the current state of Load Balancer service on Edge Gateway.

PUT
Update Load Balancer Config

Updates the Load Balancer service configuration on Edge Gateway.

Edge Gateway Load Balancer Analytics
GET
Get Load Balancer Analytic Reports

Retrieves analytics for a specific load balancer. Metrics are specified in the filter query along with time period and series resolution. Up to 5 metric series can be specified per report. All reports will span the same time period.

Report filters are encapsulated in a fiql filter query parameter. Sample filter: filter=(componentId==urn:vcloud:virtualservice:7d38ad7f-cd93-4501-8c40-6f61650ccda0; metric==l4_server.avg_total_rtt;metric==l7_server.avg_application_response_time;step==500;limit==100) Supported filters are:

    componentId==urn:vcloud:virtualservice:7d38ad7f-cd93-4501-8c40-6f61650ccda0
  • componentId. The URN of the virtual service or pool for which metrics will be gathered. Only one should be specified. This is required.
  • metric. One or more metrics of interest. filter=(metric==l4_server.avg_total_rtt;metric==l7_server.avg_application_response_time) - This is required. Supported metrics can be found at the analytics/supportedMetrics endpoint.
  • step. The time resolution of the report, in seconds. This is required. Minimum supported resolution is 300 seconds (5 minutes).
  • limit. Optional. The number of data points to be returned. This is optional. Defaults to 59 where it can't be calculated.
  • startTime. Start time of the series. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00). If not provided, start time is calculated from the step and end time.
  • endTime. End period of the series. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00). Defaults to the time of latest collected data point.

GET
Get Load Balancer Supported Analytic Metrics

Retrieves all the supported metrics for load balancer analytic reports. These metrics can be used to create runtime reports of load balancer virtual services and pools. Supported filters are:

  • componentId. The URN of the load balancer virtual service or pool for which we want supported metrics. Only one should be specified. This is required.
Edge Gateway Load Balancer Health Monitor Assignments
GET
Get Load Balancer Health Monitor Assignments

Retrieves all Load Balancer Pool Health Monitors assignments. Health Monitor filters are encapsulated in a fiql filter query parameter. One of the filters, "healthMonitorRef.id" or "loadBalancerPoolRef.id" is required. Sample filter: filter=(healthMonitorRef.id==urn:vcloud:loadBalancerHealthMonitor:cfa7d4bf-73d7-4214-adc3-e45ff42121e4) filter=(loadBalancerPoolRef.id==urn:vcloud:loadBalancerPool:7d38ad7f-cd93-4501-8c40-6f61650ccda0) Supported filters are:

  • healthMonitorRef.id. The URN of the health monitor which is assigned to pools. Only one should be specified. If not specified, all health monitors assigned to pools are returned.
  • loadBalancerPoolRef.id. The URN of the pool with which the health monitors are associated. Only one should be specified.
POST
Create Load Balancer Health Monitor Assignment

Create a new Load Balancer Pool Health Monitor assignment. The assignment links a Load Balancer Health Monitor with a Pool to monitor member servers' health.

GET
Get Load Balancer Health Monitor Assignment

Retrieves a specific Load Balancer Pool Health Monitor assignment.

DELETE
Delete Load Balancer Health Monitor Assignment

Deletes a specific Load Balancer Pool Health Monitor assignment.

Edge Gateway Load Balancer Health Monitors
GET
Get Health Monitor Summaries For Gateway

Retrieves summaries for all of the Load Balancer Pool Health Monitors that are available for association with Load Balancer Pools belonging to an Edge Gateway. Health Monitor filters are encapsulated in a fiql filter query parameter. Sample filter: filter=(loadBalancerPoolId==urn:vcloud:loadBalancerPool:7d38ad7f-cd93-4501-8c40-6f61650ccda0) Supported filters are:

    loadBalancerPoolId==urn:vcloud:loadBalancerPool:7d38ad7f-cd93-4501-8c40-6f61650ccda0
  • loadBalancerPoolId. The URN of the pool with which the health monitors are associated. Only one should be specified. If not specified, all health monitors associated with this gateway are returned.
POST
Create Load Balancer Health Monitor

Creates a Load Balancer Pool Health Monitor.

GET
Get Load Balancer Health Monitor

Retrieves a specific Load Balancer Pool Health Monitor.

PUT
Update Load Balancer Health Monitor

Updates a specific Load Balancer Pool Health Monitor.

DELETE
Delete Load Balancer Health Monitor

Deletes a specific Load Balancer Pool Health Monitor.

Edge Gateway Load Balancer Pool
GET
Get Load Balancer Pool

Retrieves a specific Load Balancer Pool.

PUT
Update Load Balancer Pool

Updates a specific Load Balancer Pool.

DELETE
Delete Load Balancer Pool

Deletes a specific Load Balancer Pool.

Edge Gateway Load Balancer Pools
GET
Get Pool Summaries For Gateway

Retrieves summaries for all of the Load Balancer Pools that are configured for an Edge Gateway.

Use healthMonitorId filter to retrieve Load Balancer Pools which are associated with the specified Health Monitor. filter=(healthMonitorId==urn:vcloud:loadBalancerHealthMonitor:cfa7d4bf-73d7-4214-adc3-e45ff42121e4)

POST
Create Load Balancer Pool

Creates a Load Balancer Pool.

Edge Gateway Load Balancer Virtual Service
GET
Get Virtual Service

Retrieves a specific Virtual Service.

PUT
Update Virtual Service

Update a Virtual Service.

DELETE
Delete Virtual Service

Delete a Virtual Service.

GET
Get Http Request Rules

Retrieves HTTP request rules of a Virtual Service.

PUT
Update Http Request Rules

Update HTTP request rules of a Virtual Service.

GET
Get Http Response Rules

Retrieves HTTP response rules of a Virtual Service.

PUT
Update Http Response Rules

Update HTTP response rules of a Virtual Service.

GET
Get Http Security Rules

Retrieves HTTP security rules of a Virtual Service.

PUT
Update Http Security Rules

Update HTTP security rules of a Virtual Service.

GET
Get Virtual Service Http Log Summaries

Retrieves HTTP log summaries for a Virtual Service.

Log filters are encapsulated in a fiql filter query parameter. Sample filter: filter=(duration==900;endTime=2020-07-24T00:00:00) Supported filters are:

  • duration. Duration of the series. This is optional. If start time is not specified (or set to zero), this field determines the duration from end for which logs are returned. Default value is zero (no limit).
  • startTime. Start time of the logs. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00). Defaults to zero.
  • endTime. End time of the logs. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00). Defaults to the current time.
  • type. Type of logs to display in a comma-separated list. Can be CRITICAL or NON_CRITICAL. This is optional. Default value is CRITICAL.
  • clientIpAddress. IP address of the client. This is optional. Must be in IPv4 format. This field is responsible for filtering logs based on the specified client IP.
  • ipV6ClientIpAddress. IPv6 address of the client. This is optional. Must be in IPv6 format. This field is responsible for filtering logs based on the specified client IP.
  • method. HTTP request method. This is optional. This field is responsible for filtering logs based on the specified request method.
  • responseCode. The HTTP response status code. This is optional. Must be a valid response code in range 100-599. This field is responsible for filtering logs based on the specified response code.
  • uriPath. The URI path of the request from the client. This is optional. This field is responsible for filtering logs based on the specified URI path.

GET
Get Virtual Service Http Log Details

Retrieves log details for a HTTP Virtual Service.

GET
Get Virtual Service Waf Recommendations

Retrieves WAF recommendations for a WAF violated HTTP log for a specified Virtual Service.

POST
Apply Virtual Service Waf Recommendations

Apply WAF recommendations obtained for a WAF violated HTTP log on a specified Virtual Service.

GET
Get Virtual Service L4 Log Summaries

Retrieves L4 logs for a Virtual Service.

Log filters are encapsulated in a fiql filter query parameter. Sample filter: filter=(duration==900;endTime=2020-07-24T00:00:00) Supported filters are:

  • duration. Duration of the series. This is optional. If start time is not specified (or set to zero), this field determines the duration from end for which logs are returned. Default value is zero (no limit).
  • startTime. Start time of the logs. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to zero.
  • endTime. End time of the logs. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to the current time.
  • type. Type of logs to display in a comma-separated list. Can be CRITICAL or NON_CRITICAL. This is optional. Default value is CRITICAL.
  • clientIpAddress. IP address of the client. This is optional. Must be in IPv4 format. This field is responsible for filtering logs based on the specified client IP.
  • ipV6ClientIpAddress. IPv6 address of the client. This is optional. Must be in IPv6 format. This field is responsible for filtering logs based on the specified client IP.
  • applicationPort. Application port on which load balancer connection has been made. This is optional. This field is responsible for filtering logs based on the specified application port.

GET
Get Virtual Service Waf Config

Retrieves WAF configuration for a Virtual Service.

PUT
Update Virtual Service Waf Config

Updates WAF configuration for a Virtual Service.

POST
Reset Virtual Service Waf Config

This will reset WAF config to its default state.

GET
Get Virtual Service Waf Allowlist

Retrieves WAF allowlist for a Virtual Service.

PUT
Update Virtual Service Waf Allowlist

Updates WAF allowlist for a Virtual Service.

GET
Get Virtual Service Waf Signature Groups

Retrieves WAF signature groups for a Virtual Service.

POST
Reset Virtual Service Waf Signature Groups

This will reset all the overridden WAF signature groups to their default state.

GET
Get Virtual Service Waf Signature Group

Retrieves a specific WAF signature group for a Virtual Service.

PUT
Update Virtual Service Waf Signature Group

Updates a WAF signature group.

GET
Get Virtual Service Waf Signatures

Get the signatures which are part of a virtual service WAF signature group.

PUT
Update Virtual Service Waf Signatures

Update the signatures for a virtual service WAF signature group.

GET
Get Virtual Service Waf Crs Info

Retrieves current and latest available WAF Core Rule Set upgrade information for a Virtual Service.

POST
Upgrade Virtual Service Waf Crs Config

Upgrades the current CRS version to the latest available version.

Edge Gateway Load Balancer Virtual Services
GET
Get Virtual Service Summaries For Gateway

Retrieves all Virtual Service Summaries for an Edge Gateway.

POST
Create Virtual Service

Create a new Virtual Service for a specific Edge Gateway.

Edge Gateway Nat Rule
GET
Get Nat Rule

Retrieves a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

PUT
Update Nat Rule

Update a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

DELETE
Delete Nat Rule

Deletes a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

Edge Gateway Nat Rules
GET
Get Nat Rules

Retrieves all NAT Rules on the Provider Gateway. Pagination is supported to get the next page in the header response. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed. By default, if no sort parameter is set, the NAT rules are sorted by the priority, starting with the lowest value (highest priority).

POST
Create Nat Rule

Creates a NAT Rule on the Provider Gateway.

Edge Gateway Nat Rules Version2
GET
Get Nat Rules

Retrieves all NAT Rules on the Provider Gateway. Pagination is supported to get the next page in the header response. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed. By default, if no sort parameter is set, the NAT rules are sorted by the priority, starting with the lowest value (highest priority).

POST
Create Nat Rule

Creates a NAT Rule on the Provider Gateway.

GET
Get Nat Rule

Retrieves a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

PUT
Update Nat Rule

Update a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

DELETE
Delete Nat Rule

Deletes a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

GET
Get Nat Logs

Log filters are encapsulated in a FIQL filter query parameter. Sample filter: filter=(timestamp=gt=2020-07-24T00:00:00,timestamp=lt=2020-08-24T00:00:00;ruleId==a4ec73d6-9937-4b32-bdc7-b4dda5366391) Supported filters are:

  • timestamp. Log timestamp. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to the current time.
  • ruleId. Id of the NAT rule. This is optional. This field is responsible for filtering logs based on rule NAT rule id.
  • addressFamily. IP address family. Either IPV4 or IPV6. This is optional.
  • reason. Criteria for which an action is taken by the NAT rule. This is optional.
  • action. Action taken by the NAT rule. This is optional.
  • direction. Direction of network traffic on the provider gateway. Can be IN or OUT. This is optional.
  • protocol. The protocol used for communication between source and destination hosts. Can be TCP, UDP or PROTO. This is optional.
  • sourceIpAddress. IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourcePort. Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • sourceTranslatedIpAddress. Translated IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourceTranslatedPort. Translated Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • destinationIpAddress. IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationPort. Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
  • destinationTranslatedIpAddress. Translated IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationTranslatedPort. Translated Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
Edge Gateway Prefix List
GET
Get Prefix List

Retrieves a specific Prefix list for a given Provider Gateway.

PUT
Update Prefix List

Updates a specific Prefix list for a given Provider Gateway.

DELETE
Delete Prefix List

Deletes a specific Prefix list for a given Provider Gateway.

Edge Gateway Prefix Lists
GET
Get Prefix Lists

Retrieves all Prefix lists for a given Provider Gateway. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

POST
Create Prefix List

Creates a new Prefix list on the Provider Gateway.

Edge Gateway Qo S
GET
Get Gateway Qo S Config

Retrieves the Rate Limiting (QoS) configuration on an Edge Gateway.

PUT
Update Gateway Qo S Config

Updates the Rate Limiting (QoS) configuration on an Edge Gateway. Allows configuration of rate limits for traffic passing through this gateway. This defines QoS profiles which contains configuration which can be applied in ingress and egress directions on Edge Gateway.

Edge Gateway Route Advertisement
GET
Get Route Advertisement

Retrieve the list of subnets that will be advertised so that the Edge Gateway can route out to the connected external network. Org vDC networks that are in any of these subnets can then be routed out to the external networks.

PUT
Update Route Advertisement

Updates the list of subnets that will be advertised so that the Edge Gateway can route out to the connected external network.

Edge Gateway Slaacprofile
GET
Get SLAAC Profile

Retrieves the SLAAC profile on the edge gateway.

PUT
Update SLAAC Profile

Creates a SLAAC profile or updates the existing one if it already exists.

Edge Gateway Static Routes
GET
Get Static Routes

Retrieves all static routes configured for the Edge Gateway.

POST
Create Static Route

Creates a new static route configured on an Edge Gateway.

GET
Get Static Route

Retrieves a specific static route configured on an Edge Gateway.

PUT
Update Static Route

Updates a specific static route configured on an Edge Gateway.

DELETE
Delete Static Route

Deletes a specific static route of an Edge Gateway.

Edge Gateway Static Routes Version2
GET
Get Static Routes

Retrieves all static routes configured for the Edge Gateway.

POST
Create Static Route

Creates a new static route configured on an Edge Gateway.

GET
Get Static Route

Retrieves a specific static route configured on an Edge Gateway.

PUT
Update Static Route

Updates a specific static route configured on an Edge Gateway.

DELETE
Delete Static Route

Deletes a specific static route of an Edge Gateway.

Edge Gateways
GET
Get All Edge Gateways

Get all edge gateways. If "ownerRef.id" filter is not specified, then user will see all the edge gateways in the organization they have the right to view. Results can be filtered by ownerRef. Combination of ownerRef and includeAccessible (includeAccessible==true) can be used to get all the edge gateways which are available to an Org vDC including the gateways which are owned by datacenter groups but available to Org vDC. The filter "candidatesForVdcGroup" (candidatesForVdcGroup==vdcGroupId>) can be used to return only edge gateways that can be associated with that VDC Group. The following context is deprecated as of API version 38.0: Combination of ownerRef and _context. (_context==includeAccessible) The filter "loadBalancerCloudId" (loadBalancerCloudId==[ID]) can be used to return the edge gateways that are associated with that Load Balancer Cloud.

POST
Create Edge Gateway

Create a new edge gateway for a vDC. Only NSX-T Edge Gateways can be created with this endpoint.

Egress Point
GET
Get Egress Point

Retrieves a specific Universal Egress Point.

DELETE
Delete Egress Point

Deletes a specific Universal Egress Point.

POST
Sync Egress Point

Sync/repair the egress point.

Egress Points
GET
Get Egress Points

Get a list of Universal Egress Points for a Universal Router.

POST
Create Egress Point

Creates a new Universal Egress Point from a specified Edge Gateway and Org vDC.

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 Network
GET
Get External Network

Retrieves a specific external network.

PUT
Update External Network

Updates a specific external network.

DELETE
Delete External Network

Deletes a specific external network.

GET
Get Used Ip Addresses

Get all the used IPs for a given external network. This returns all the IP addresses of network which are being used by a vApp VM or by an edge gateway connected to this external network. Results can be filtered by IP address.

GET
Get Available Ip Addresses

Get all the available IPs for a given external network.

GET
Get Edge Gateways For Provider Gateway Topology

Get all the Edge Gateways which are associated with this Provider Gateway.

GET
Get Ip Space Uplinks For Provider Gateway Topology

Get all the IP Space uplinks which are associated with this Provider Gateway.

GET
Get Provider Gateway Ip Space Migration Violations

Retrieve information about the violations which are required to be fixed in order to migrate the existing Provider Gateway to use IP Spaces. Only the first 10 violations will be returned in the response. 'category' filter is required. This endpoint is only supported for Provider Gateways which are backed by NSX-T Tier-0 router.

POST
Migrate Provider Gateway To Use Ip Spaces

Migrate the existing Provider Gateway from using IP Blocks to IP Spaces. This endpoint is only supported for Provider Gateways which are backed by NSX-T Tier-0 router.

External Networks
GET
Get All External Networks

Get all external networks. Supported filters are:

  • id
  • name
  • backing type (networkBackings.values.backingType)
  • vDC Group ID (vdcGroupId==[ID]) - | Returns all the external networks which are accessible to a specific NSX-T vDC Group.
  • Provider vDC ID (providerVdcId==[ID]) - | Returns all the external networks which are available to a specific Provider vDC.
  • Org vDC ID (orgVdcId==[ID]) - | Returns all the external networks which are available to a specific Org vDC.
  • vCenter ID And Resource Pool Moref (vCenterId==[ID];rpMoref==[moref]) - | Returns all the external networks accessible to a given vCenter resource pool.
  • Org vDC ID And Edge Deployment Mode (orgVdcId==[ID];edgeDeploymentMode==[deploymentMode) - | Returns all the external networks to which an edge gateway can connect. Edge Deployment Mode can be 'standaloneEdgeDeployment' or 'haEdgeDeployment'. Deployment mode specifies whether to use both primary edge cluster and secondary edge cluster or just primary edge cluster to determine external network accessibility. Edge clusters are determined via vDC Network Profile for input Org vDC.
  • Org vDC ID And Dedicatable External Networks (orgVdcId==[ID];dedicatable==true) - | Dedicatable only shows external networks that have no connected Edge Gateways.
  • OrgAssociated orgAssociated==true filter can be specified to get the list of external networks which are already associated with the Organization. An External network is already associated with the Organization, if either the Organization is the owner of the external network or if the Organization has an Edge Gateway which is connected to the external network.

The following contexts are deprecated as of API version 38.0: vDC Group ID (_context==vdcGroupId), Provider vDC ID (_context==providerVdcId), Org vDC ID (_context==orgVdcId), vCenter ID And Resource Pool Moref (_context==vCenterId;_context==rpMoref), Org vDC ID And Edge Deployment Mode (_context==orgVdcId;_context==anEdgeDeploymentMode), Org vDC ID And Dedicatable External Networks (_context==orgVdcId;_context==dedicatable)

POST
Create External Network

Create an external network

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.

Firewall Group
GET
Get Firewall Group

Retrieves a specific firewall group.

PUT
Update Firewall Group

Updates the Firewall Group.

DELETE
Delete Firewall Group

Deletes a Firewall Group.

GET
Get Firewall Group Associated V Ms

Get all associated VMs for a specific firewall group. Associated VM members can only be obtained for firewall groups with typeValue STATIC_MEMBERS or VM_CRITERIA.

Firewall Groups
GET
Get Firewall Groups

Get all firewall groups. Supported filters are:

  • Org Vdc Network ID (networkId==[ID]) - Returns all the firewall groups which the specified network is a member of.
  • Edge Gateway ID (edgeGatewayId==[ID]) - Returns all the firewall groups which are available to the specific edge gateway.
  • Network Provider ID (networkProviderId==[ID]) - Returns all the firewall groups which are available under a specific network provider. This filter requires system admin privilege.
  • Provider Gateway ID (providerGatewayId==[ID]) - | Returns all the firewall groups which are available to a specific Provider Gateway.
The following contexts are deprecated as of API version 38.0: Org vDC Network ID (_context==networkId), Edge Gateway ID (_context==edgeGatewayId), Network Provider ID (_context==networkProviderId)
POST
Create Firewall Group

Create a firewall group.

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 Space Org Assignments
GET
Get Ip Space Org Assignments

Retrieves the Org assignments for an IP Space. Either "ipSpaceRef" or "orgRef" filter is required. "ipSpaceRef" filter can also be combined with onlyIncludeCustomQuotas==true filter to filter out only those Org Assignments where custom quotas are applied.

POST
Create Ip Space Org Assignment

Create a new IP Space Org Assignment. The assignment links an Organization to an IP Space by providing the Organization access to the specified IP Space. It also defines the various IP Space quotas applied to an Organization.

GET
Get Ip Space Org Assignment

Retrieves a specific IP Space Org Assignment.

PUT
Update Ip Space Org Assignment

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

DELETE
Delete Ip Space Org Assignment

Deletes a specific IP Space Org Assignment. The organization will no longer be able to use the IP Space.

Ip Space Uplinks
GET
Get Ip Space Uplinks

Get all the IP Space Uplinks for a specified Provider Gateway. Note that the filter parameter "externalNetworkRef.id" is required. An External Network is used to reference the Provider Gateway since the External Network is backed by a Provider Gateway. Supports the optional filter "requireInterfaces", which will only return uplinks with at least one interface. (requireInterfaces==true)

POST
Create Ip Space Uplink

Create a new IP Space Uplink in the system.

GET
Get Ip Space Uplink

Retrieves the specified IP Space Uplink.

PUT
Update Ip Space Uplink

Updates the specified IP Space Uplink.

DELETE
Delete Ip Space Uplink

Deletes the specified IP Space Uplink.

Ip Spaces
POST
Apply Ip Space Default Edge Gateway Services

Apply the default gateway services such as NAT and Firewall rules on the Edge Gateway based on the IP Spaces associated with the connected Provider Gateway. This is a convenient operation to setup the Edge Gateway's services to allow for more seamless networking such as allowing traffic to/from private Organization vDC Networks out to the IP Space's External Scope CIDR in a NAT-routed topology or allowing traffic to/from Organization vDC Networks within an IP Space's Internal Scope CIDRs out to the IP Space's External Scope CIDR in a fully-routed topology. Note that if there's any existing NAT rules on the Edge Gateway, the operation will fail.

GET
Get Ip Space Summaries

Get all the IP space summaries in the system.

POST
Create Ip Space

Create a new IP Space in the system.

GET
Get Floating Ip Suggestions

Suggests IP addresses to use for networking services on Edge Gateway or Provider Gateway. "gatewayId" filter is required. Based on the specified Gateway, VCD will query all the applicable IP Spaces and suggest some IP addresses which can be utilized to configure the network services on the Gateway. IP Space IP addresses which are are allocated but not currently used for any network services are considered. Results can also be filtered by IPV4 or IPV6 IP address types. Filter examples:(filter=gatewayId==URN), (filter=gatewayId==URN;ipType==IPV6)

GET
Get Ip Prefix Suggestions

Suggests IP Prefixes to use for network definitions. "orgVdcId"/"vdcGroupId" and "networkType" filters are required. Based on the specified Org VDC ID/vDC Group ID and network type, VCD will query all the applicable IP Spaces and suggest some IP prefixes which can be utilized for creation of network definition. IP Space IP prefixes which are are allocated but not currently used for any network definitions are considered. Allowed values for networkType filter are ISOLATED and ROUTED. If the networkType is ROUTED, "gatewayId" filter must be specified. For ROUTED networks, VCD will query all the IP Spaces associated with the Edge Gateway. For ISOLATED networks, VCD will query all the available private IP Spaces. Results can also be filtered by IPV4 or IPV6 IP address types. Filter examples:(filter=orgVdcId==URN;networkType==ROUTED;gatewayId==URN), (filter=vdcGroupId==URN;networkType==ISOLATED), (filter=orgVdcId==URN;networkType==ROUTED;gatewayId==URN;ipType==IPV4)

GET
Get Ip Prefix Sequences

Get the sequences of network addresses which can be generated from an IP Prefix. "startingPrefixIpAddress", "prefixLength" and "prefixCount" filters are required. For Example: An IP Prefix with startingPrefixIpAddress 192.168.0.0 and prefixLength 30 and prefixCount 3 will result in generation of 3 sequences each with 4 IP addresses as: 192.168.0.0/30, 192.168.0.4/30 and 192.168.0.8/30 Filter example:(filter=startingPrefixIpAddress==192.168.0.0;prefixLength==30;prefixCount==3)

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.

POST
Allocate

Allocate floating IP addresses or IP Prefix blocks from an IP Space. This results in reserving the IP address or IP Prefix block for the specified organization. The organization can then use the IP address for network services such as NAT or use the IP Prefix as the network CIDR definition during Org VDC network creation. An IP Space IP allocation request can either request a specific IP address or IP prefix, or a request can allocate a given number of any free IP Addresses or IP Prefixes within an IP Space. These two types of requests cannot be combined to request both a specific IP Address/Prefix or any number of IP Addresses/Prefixes simultaneously. Please either request a specific value or request a variable number of IP Addresses/Prefixes with different POST requests.

GET
Get Ip Space Ip Allocations

Retrieves all the allocated IP addresses or IP Prefixes of an IP Space. The allocation type is required to be specified in the filter. example: (type==FLOATING_IP).

GET
Get Ip Space Ip Allocation

Retrieves the specified IP Space IP Allocation.

PUT
Update Ip Space Ip Allocation

Updates the specified IP Space IP Allocation.

DELETE
Delete Ip Space Ip Allocation

Deletes the specified IP Space IP Allocation.

POST
Apply Ip Space Default Provider Gateway Services

Apply the default gateway services such as NAT and Firewall rules on the Provider Gateway based on the associated IP Space's configuration. This is a convenient operation to setup the Provider Gateway's services to allow for more seamless networking such as allowing traffic to/from private Organization vDC Networks out to the IP Space's External Scope CIDR in a NAT-routed topology or allowing traffic to/from Organization vDC Networks within an IP Space's Internal Scope CIDRs out to the IP Space's External Scope CIDR in a fully-routed topology. For Dedicated Provider Gateway that are in Active-Standby mode, the user can apply the default services on the Provider Gateway itself. For all other Provider Gateway configurations, VCD will throw an error. Note that if there's any existing NAT rules on the Provider Gateway, the operation will fail.

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)

Load Balancer Cloud
GET
Get Load Balancer Cloud

Retrieves a specific Load Balancer Cloud.

PUT
Update Load Balancer Cloud

Update an Load Balancer Cloud.

DELETE
Unregister Load Balancer Cloud

Unregister an Load Balancer Cloud.

Load Balancer Clouds
GET
Get Load Balancer Clouds

Retrieves all registered Load Balancer Clouds.

POST
Register Load Balancer Cloud

Register a new Load Balancer Cloud to be used with vCloud Director. If the Load Balancer Cloud is backed by NSXALB, DHCP on the NSXALB Cloud is required. vCloud Director will enable DHCP on the NSXALB Cloud if needed.

Load Balancer Controller
GET
Get Load Balancer Controller

Retrieves a specific Load Balancer Controller.

PUT
Update Load Balancer Controller

Update an Load Balancer Controller.

DELETE
Unregister Load Balancer Controller

Unregister an Load Balancer Controller.

Load Balancer Controllers
GET
Get Load Balancer Controllers

Retrieves all registered Load Balancer Controllers.

POST
Register Load Balancer Controller

Register a new Load Balancer Controller to be used with vCloud Director.

Load Balancer Service Engine Group
GET
Get Service Engine Group

Retrieves a specific Load Balancer Service Engine Group.

PUT
Update Service Engine Group

Update a Load Balancer Service Engine Group.

DELETE
Delete Service Engine Group

Delete a Load Balancer Service Engine Group.

POST
Sync Service Engine Group

Syncs a specified Load Balancer Service Engine Group. Requests the HA mode and the maximum number of supported Virtual Services for this Service Engine Group from the Load Balancer, and updates vCD's local record of these properties.

Load Balancer Service Engine Group Assignment
GET
Get Service Engine Group Assignment

Retrieves a specific Load Balancer Service Engine Group Assignment.

PUT
Update Service Engine Group Assignment

Update a Load Balancer Service Engine Group Assignment. Updates are not allowed if the associated Load Balancer Service Engine Group has reservation type 'DEDICATED'.

DELETE
Delete Service Engine Group Assignment

Delete a Load Balancer Service Engine Group Assignment. The Edge Gateway will no longer be able to use the Load Balancer Service Engine Group for load balancing resources.

Load Balancer Service Engine Group Assignments
GET
Get Service Engine Group Assignments

Retrieves the service engine group assignments for the Load Balancer Service Engine Group.

POST
Create Service Engine Group Assignment

Create a new Load Balancer Service Engine Group Assignment. The assignment links a Load Balancer Service Engine Group with an Edge Gateway to provide load balancing resources to the Edge Gateway.

Load Balancer Service Engine Groups
GET
Get Service Engine Groups

Retrieves all Load Balancer Service Engine Groups. Supported filters are:

  • Gateway ID (gatewayId==[ID]) - | Returns all Load Balancer Service Engine Groups that are accessible to the gateway.
  • Assignable Gateway ID (gatewayId==[ID];assignable==true) - | Returns all Load Balancer Service Engine Groups that are assignable to the gateway. This filters out any Load Balancer Service Engine groups that are already assigned to the gateway or assigned to another gateway if the reservation type is 'DEDICATED'. If the gateway supports 'PREMIUM' features for load balancing, this will also filter out the Service Engine groups which has 'STANDARD' max supported feature set.
The following contexts are deprecated as of API version 38.1: Gateway ID (_context==gatewayId), Assignable Gateway ID (_context==gatewayId;_context==assignable)
POST
Create Service Engine Group

Create a new Load Balancer Service Engine Group to be used with VMware Cloud Director.

Log Providers
GET
Get Log Providers

Lists all Log Providers.

POST
Create Log Provider

Create a new Log Provider.

GET
Get Log Provider

Retrieves a specific Log Provider.

PUT
Update Log Provider

Updates a specific Log Provider.

DELETE
Delete Log Provider

Deletes a specific Log Provider.

POST
Test Log Provider

Tests connection and authentication parameters for the specified Log Provider server.

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.

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.

Network Context Profile
GET
Get Network Context Profile

Retrieves a single network context profile.

PUT
Update Network Context Profile

Updates a specific user-defined network context profile, changing the associated firewall and modifying the traffic this profile restricts.

DELETE
Delete Network Context Profile

Deletes a specific network context profile, removing the associated firewall rule and permitting the traffic this profile restricts.

Network Context Profile Attributes
GET
Get Network Context Profile Attributes

Retrieves all available network context profile attributes and sub-attributes for the given NSX-T manager, based on the provided filter parameter. Supported filters are:

  • Org vDC ID (orgVdcId==[ID]) - | Return all the network context profile attributes for a specific Org vDC.
  • Network Provider ID (networkProviderId==[ID]) - | Returns all the network context profile attributes for a specific network provider.
  • VDC Group ID (vdcGroupId==[ID]) - | Returns all the network context profile attributes for a specific vDC Group.
Optionally filter by attribute type by adding a FIQL name parameter to the above filter (e.g. filter="_context==;name=APP_ID") The following contexts are deprecated as of API version 38.0: Org vDC ID (_context==orgVdcId), Network Provider ID (_context==networkProviderId), VDC Group ID (_context==vdcGroupId)
Network Context Profiles
GET
Get Network Context Profiles

Retrieves all network context profiles defined in the system. Supported filters are:

  • Org vDC ID (orgVdcId==[ID]) - Returns all the network context profiles which are available to a specific Org vDC.
  • Network Provider ID (networkProviderId==[ID]) - | Returns all the network context profiles which are available for a specific network provider.
  • VDC Group Id (vdcGroupId==[ID]) - | Returns all the network context profiles which are available to a specific vDC Group.
  • Provider Gateway ID (providerGatewayId==[ID]) - | Returns all the network context profiles which are available to a specific Provider Gateway.
The following contexts are deprecated as of API version 38.0: Org vDC ID (_context==orgVdcId), Network Provider ID (_context==networkProviderId), VDC Group ID (_context==vdcGroupId)
POST
Create Network Context Profile

Create a user-defined network context profile.

POST
Sync Network Context Profiles

Sync the network context profiles from the network provider to VCD. The network provider is required to be specified as a filter: (networkProviderId==[ID]) The following context is deprecated as of API version 38.0: Network Provider ID (_context==networkProviderId)

Network Manual Ip Reservations
GET
Get Manual Ip Reservations For Network

Retrieves all Manual IP Reservations. "networkRef.id" filter is required. Based on the specified networkRef filter, VCD will return all the Manual IP Reservations for the network. Filter examples:(filter=networkRef.id==URN)

POST
Create Manual Ip Reservation

Creates a Manual IP Reservation.

GET
Get Manual Ip Reservation

Retrieve a specific Manual IP Reservation.

PUT
Update Manual Ip Reservation

Update a specific Manual IP Reservation.

DELETE
Delete Manual Ip Reservation

Delete a specific Manual IP Reservation.

POST
Sync Manual Ip Reservations For Vdc Network

For TIME_BASED expiration type, on the Manual IP Reservation expiration date, VCD will eventually remove the reservation and release any reserved IPs sometime on that day. User can manually trigger this process via this API to immediately clean up any expired policies. For VAPP_BASED expiration type, if the vApp is deleted and their Policies/IPs are not released yet, this API will also clean up all Policies/IPs associated with that vApp.

Network Pool
GET
Get Network Pool

Retrieves a specific Network Pool.

PUT
Update Network Pool

Updates a specific network pool.

DELETE
Delete Network Pool

Deletes a specific network pool.

POST
Sync Network Pool

Synchronize the VXLAN network pool. If the user changes a transport zone in NSX by adding or removing clusters, synchronizing the VXLAN network pool ensures that the defined scope of the network pool is reflected in the scope of its corresponding transport zone.

Network Pools
POST
Create Network Pool

Create a network pool.

GET
Get Network Pools Summary

Retrieves summary of all Network Pools in the system. Supported filters are:

  • Provider vDC ID (providerVdcId==[ID]) - Returns all the network pools which are available to a specific Provider vDC.
  • Org vDC ID (orgVdcId==[ID]) - Returns all the network pools which are available to a specific Org vDC.
  • Virtual Center ID (managingOwnerRef.id==[ID]) + Resource Pool Moref (rpMoref==[moref]) - Returns all the network pools which are related to a specific Resource Pool.
  • isProjectedToOrg (isProjectedToOrg==[ID]) - The URN of the organization. Filters all network pools that are projected to a given Organization. Filtering for only non-projected network pools is also supported. isProjectedToOrg is supported from version 39.0
The following contexts are deprecated as of API version 38.0: Provider vDC ID (_context==providerVdcId), Org vDC ID (_context==orgVdcId), Virtual Center ID (managingOwnerRef.id==vcId) + Resource Pool Moref (_context==moref)
GET
Get Network Pool Projections

Get all projections of this network pool across all the organizations.

POST
Create Network Pool Projection

This API projects the network pool to the sub provider tenant organization.

GET
Get Network Pool Projection

Get projection with the given identifier.

PUT
Update Network Pool Projection

This API allow update of projection details of the given network pool.

DELETE
Delete Network Pool Projection

This API deletes the network pool projection.

Notification Settings
GET
Get Notification Settings

Get configured notification settings.

PUT
Update Notification Settings

Updates notification settings.

Nsx Alb Resources
GET
Get Importable Clouds

Get all NSX-ALB Clouds that are configured on an NSX-ALB Controller. Clouds that are already imported are marked appropriately. The ID of the NSX-ALB Controller must be specified with the filter key (loadBalancerControllerId==[ID]) Additionally, results can be filtered by display name (loadBalancerControllerId==[ID];displayName==[Name]) The following contexts are deprecated as of API version 38.0: Load Balancer Controller ID (_context==loadBalancerControllerId) Load Balancer Controller ID + Display Name (_context==loadBalancerControllerId;displayName==[Name])

GET
Get Importable Service Engine Groups

Get all importable Service Engine Groups that are configured for an NSX-ALB Cloud. Service Engine Groups that are already imported are filtered out. The ID of the NSX-ALB Cloud must be specified with the filter key (loadBalancerCloudId==[ID]) Additionally, results can be filtered by display name (loadBalancerCloudId==[ID];displayName==[Name]) The following contexts are deprecated as of API version 38.0: Load Balancer Cloud ID (_context==loadBalancerCloudId) Load Balancer Cloud ID + Display Name (_context==loadBalancerCloudId;displayName==[Name])

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 an External Network are filtered out. The "networkProviderId" filter key must be set with the id of the NSX-T manager for which we want to get the Tier-0 routers for. Use of "_context" filter has been deprecated as of API version 38.0. Please use supported filters.

GET
Get Tier0 Router Interfaces

For an External Network/Provider Gateway that is backed by a Tier-0 Router, this endpoint can return a list of all interfaces associated with that Tier-0 Router. The required filter parameter is:

  • externalNetworkId - The filter externalNetworkId is the external network that presents a Provider Gateway backed by a Tier-0 Router. Example: (externalNetworkId==urn:vcloud:network:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
GET
Get Importable Transport Zones

Get all importable transport zones that are configured on a vCenter backed by a NSX-V manager. Transport zones that are already associated with a network pool are filtered out. The "vCenterId" filter key must be set with the id of the vCenter which we want to get the transport zones for. Use of "_context" filter has been deprecated as of API version 38.1. Please use supported filters.

GET
Get Nsx T Edge Clusters

Returns all the configured NSX-T edge clusters for an Org VDC or a VDC Group or a Provider VDC or NSX-T Manager. Supported filters are:

  • orgVdcId - | The filter orgVdcId must be set equal to the id of the NSX-T backed Org VDC for which we want to get the edge clusters. Example: (orgVdcId==urn:vcloud:vdc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  • vdcGroupId - | The filter vdcGroupId must be set equal to the id of the NSX-T VDC Group for which we want to get the edge clusters. Example: (vdcGroupId==urn:vcloud:vdcGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  • pvdcId - | The filter pvdcId must be set equal to the id of the NSX-T backed Provider VDC for which we want to get the edge clusters. pvdcId filter is supported from version 35.2 Example: (pvdcId==urn:vcloud:providervdc:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  • nsxTManagerRef.id - | The filter nsxTManagerRef.id must be set equal to the id of the NSX-T manager for which we want to get the edge clusters. nsxTManagerRef.id filter is supported from version 39.0 Example: (nsxTManagerRef.id==urn:vcloud:nsxtmanager:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Use of "_context" filter has been deprecated. Please use supported filters.
GET
Get Importable Segments

Get all importable segments for an NSX-T manager, Provider VDC, Org VDC, or VDC Group. Supported filters are:

  • NSX-T Manager ID (nsxTManagerId==[ID]) - | Get all importable segments available to a specific NSX-T manager.
  • Provider VDC ID (pvdcId==[ID]) - | Get all importable segments available to a specific Provider VDC.
  • Org VDC ID (orgVdcId==[ID]) - | Get all importable segments available to a specific Org VDC.
  • VDC Group ID (vdcGroupId==[ID]) - | Get all importable segments available to a specific VDC Group.
GET
Get Importable Segment Subnet

Get subnet info for an importable segment.

GET
Get Segment Qo S Profiles

Get all segment QoS Profiles configured on an NSX-T manager. NSX-T manager ID (nsxTManagerRef.id), Org VDC ID (orgVdcId) or VDC Group ID (vdcGroupId) must be supplied as a filter. Results can also be filtered by a single profile ID (filter=nsxTManagerRef.id==nsxTManagerUrn;id==profileId).

GET
Get Segment Mac Discovery Profiles

Get all segment MAC Discovery Profiles configured on an NSX-T manager. NSX-T manager ID (nsxTManagerRef.id), Org VDC ID (orgVdcId) or VDC Group ID (vdcGroupId) must be supplied as a filter. Results can also be filtered by a single profile ID (filter=nsxTManagerRef.id==nsxTManagerUrn;id==profileId).

GET
Get Segment Ip Discovery Profiles

Get all segment IP Discovery Profiles configured on an NSX-T manager. NSX-T manager ID (nsxTManagerRef.id), Org VDC ID (orgVdcId) or VDC Group ID (vdcGroupId) must be supplied as a filter. Results can also be filtered by a single profile ID (filter=nsxTManagerRef.id==nsxTManagerUrn;id==profileId).

GET
Get Segment Security Profiles

Get all segment Security Profiles configured on an NSX-T manager. NSX-T manager ID (nsxTManagerRef.id), Org VDC ID (orgVdcId) or VDC Group ID (vdcGroupId) must be supplied as a filter. Results can also be filtered by a single profile ID (filter=nsxTManagerRef.id==nsxTManagerUrn;id==profileId).

GET
Get Segment Spoof Guard Profiles

Get all segment Spoof Guard Profiles configured on an NSX-T manager. NSX-T manager ID (nsxTManagerRef.id), Org VDC ID (orgVdcId) or VDC Group ID (vdcGroupId) must be supplied as a filter. Results can also be filtered by a single profile ID (filter=nsxTManagerRef.id==nsxTManagerUrn;id==profileId).

GET
Get Gateway Qo S Profiles

Get all Gateway QoS Profiles configured on an NSX-T manager. NSX-T manager ID (nsxTManagerRef.id), Org VDC ID (orgVdcId) or VDC Group ID (vdcGroupId) must be supplied as a filter. Results can also be filtered by a single ID (example: filter=orgVdcId==URN;id==profileId)

Nsx Vresources
GET
Get Importable Transport Zones

Get all importable transport zones that are configured on a vCenter backed by a NSX-V manager. Transport zones that are already associated with a network pool are filtered out. The "vCenterId" filter key must be set with the id of the vCenter which we want to get the transport zones for. Use of "_context" filter has been deprecated as of API version 38.1. Please use supported filters.

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

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 Network
GET
Get Org Vdc Network

Retrieves a specific Org vDC network.

PUT
Update Network

Updates a specific Org vDC network.

DELETE
Delete Network

Deletes a specific Org vDC network.

POST
Reset Network

Reset a specific isolated Org vDC network. Reset involves redeploying the internal edge gateway of the isolated Org vDC Network if present. An error is returned if the network is not isolated.

POST
Sync Syslog Settings Of Network

When the IP addresses of the primary or secondary syslog server are updated, this api can synchronize syslog server settings of an Isolated Org vDC Network against the vCD Syslog Settings. An error is returned if network is a direct network.

GET
Get Allocated Ip Addresses

Get all the allocated IPs for a given Org vDC network. This returns all the IP addresses of the network which are allocated to a vApp VM, an edge gateway interface and the addresses being used in a NAT routed environment. In a dual stack network, this will return the IP addresses of the first subnet, which will only be IPv4 addresses. Results can be filtered by IP address.

GET
Get Secondary Allocated Ip Addresses

Get all the secondary allocated IPs for a given Org vDC network. This returns all the IP addresses of network which are allocated to a vApp VM, an edge gateway interface, from the IPv6 subnet of the Org vDC network. Results can be filtered by IP address.

POST
Sync Org Vdc Network

Sync/repair the vDC Group Cross vDC network. An example usage is to realize a network in the participating vDC which was unreachable when the network was created. This operation is only allowed for VIRTUAL_WIRE backed cross vDC networks.

GET
Get Additional Properties

Returns the set of additional properties for the given Org vDC Network

GET
Get Network Segment Profiles

Retrieves the segment profiles configured for an Org vDC Network.

PUT
Update Network Segment Profiles

Updates the segment profiles configuration for an Org vDC Network.

Org Vdc Network Dhcp
GET
Get Network Dhcp Config

Retrieves Dhcp configuration of a specific Org vDC network.

PUT
Update Network Dhcp Config

Updates Dhcp configuration of a specific Org vDC network.

DELETE
Delete Network Dhcp Config

Removes Dhcp configuration on a specific Org vDC network.

GET
Get Dhcp Bindings

Retrieves all DHCP bindings for an Org vDC Network.

POST
Create Dhcp Binding

Creates a DHCP binding on an Org vDC Network.

GET
Get Dhcp Binding

Retrieve a specific DHCP binding of the Org vDC Network.

PUT
Update Dhcp Binding

Update a specific DHCP binding of the Org vDC Network.

DELETE
Delete Dhcp Binding

Delete a specific DHCP binding of the Org vDC Network.

Org Vdc Networks
GET
Get All Vdc Networks

Get all Org vDC networks. If "ownerRef" property is not specified in the filter, then user must have the rights to view all the vDCs within an organization in order to see all the networks in the organization. Results can be filtered by ownerRef or combination of ownerRef and filter parameter includeAccessible. (includeAccessible==true) can be used to get all the networks which are available to an Org vDC. In order to return only those networks which are eligible as an uplink to a vApp network, add an additional filter, (vAppUplinkEligible==true). This filter must be used in conjunction with either the "orgVdc.id" filter, or the "ownerRef.id" filter with a value corresponding to an Org vDC. The following context is deprecated as of API version 38.0: Combination of ownerRef and _context. (_context==includeAccessible)

POST
Create Network

Create an organization vDC network.

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.

Os Vm Group
GET
Get Vm Groups

Get a list of VM Groups.

GET
Get Vm Group Detail

Get VM Group detail.

GET
Get Vm Group Guest Os Association

Get VM Group's Guest OS association.

PUT
Update Vm Group Guest Os Association

Updates a specific VM group to Os association.

DELETE
Delete Vm Group Guest Os Association

Delete a specific VM group to Os association.

Preferences
GET
Query Preference Definitions

Get list of preference definitions

GET
Get Preference Definition

Get specified preference definition.

GET
Query Preferences

Query user preferences

GET
Get Preference

Get specified user preference.

PUT
Update Preference

Update specified user preference

Provider Gateway Bgp
GET
Get Bgp Config

Retrieves the general BGP configuration for a Provider Gateway.

PUT
Update Bgp Config

Updates the general BGP configuration on a Provider Gateway.

POST
Auto Configure Bgp Config

Auto-configure the BGP configuration on the Provider Gateway based on the specified IP Space Uplink. VCD will create the BGP Prefix Lists and Route Maps based on the Uplink, and, if the parameters are provided, create the Permission Group and auto-configure the BGP Neighbor with the created Route Maps. Autoconfiguring multiple times with the same Uplink will update the Prefix Lists/Route Maps with the auto-configured name, and update/create the provided Permission Group and BGP Neighbor accordingly. Changes to the corresponding IP Space's scope will also be reflected in the autoconfigured Prefix List networks.

GET
Get Permission Groups

Retrieve all the BGP Permission Groups for a Provider Gateway.

POST
Create Permission Group

Create a new BGP Permission Group on the Provider Gateway. A BGP Permission Group is a logical grouping of BGP configurations such as neighbors, prefix lists etc. that system provider can assign to a specific tenant for visibility and management.

GET
Get Permission Group

Retrieve a specific BGP Permission Group configured on the Provider Gateway.

PUT
Update Permission Group

Update the specified BGP Permission Group on the Provider Gateway.

DELETE
Delete Permission Group

Delete the specified BGP Permission Group on the Provider Gateway.

GET
Get Permission Group Members

Retrieves all the members which are assigned to the specified BGP Permission Group on a Provider Gateway. The type of the BGP member must be specified with the filter key (type==[TYPE]). Supported types are:

  • BGP_NEIGHBOR
  • COMMUNITY_LIST
  • PREFIX_LIST
  • ROUTE_MAP
Provider Gateway Bgp Neighbor
GET
Get Bgp Neighbor

Retrieves a specific BGP neighbor of Provider Gateway.

PUT
Update Bgp Neighbor

Updates a specific BGP neighbor of Provider Gateway.

DELETE
Delete Bgp Neighbor

Deletes a specific BGP neighbor of Provider Gateway.

GET
Get Bgp Neighbor Status

Retrieves status of a specific BGP neighbor configured on a Provider Gateway.

GET
Get Bgp Neighbor Learned Routes

Retrieves CSV file of all routes learned from all edge nodes on which the BGP Neighbor is currently enabled.

GET
Get Bgp Neighbor Advertised Routes

Retrieves CSV file of all advertised routes from all edge transport nodes on which the BGP neighbor is currently enabled.

Provider Gateway Bgp Neighbors
GET
Get Bgp Neighbors

Retrieves all BGP neighbors configured for the Provider Gateway.

POST
Create Bgp Neighbor

Creates a new BGP neighbor for the Provider Gateway.

GET
Get Bgp Neighbors Status List

Returns the status of all the BGP neighbors configured on this Provider Gateway.

GET
Get Bgp Neighbor Source Addresses

Retrieves the list of BGP neighbor source IP addresses to establish BGP peering sessions. IP address options will be based on interfaces or VTIs on the Provider Gateway.

Provider Gateway Community Lists
GET
Get Community List Summaries

Retrieves summaries for all Community lists on a given Provider Gateway.

POST
Create Community List

Creates a new Community list on the Provider Gateway.

GET
Get Community List

Retrieves a specific Community on a given Provider Gateway.

PUT
Update Community List

Updates a specific Community list on a given Provider Gateway.

DELETE
Delete Community List

Deletes a specific Community list on a given Provider Gateway.

Provider Gateway Firewall Rules
GET
Get Firewall State

Retrieves the firewall state for a given Provider Gateway. Firewall state defines whether the firewall is currently enabled for the gateway.

PUT
Update Firewall State

Updates the firewall state for a given Provider Gateway.

GET
Get Firewall Rules

Retrieves all user-defined and default firewall rules for a given Provider Gateway. The rules are returned in the order of precedence.

POST
Create Firewall Rule

Creates a single firewall rule based on a given Provider Gateway.

PUT
Update Firewall Rules

Updates all the firewall rules for a given Provider Gateway. If a rule with the ruleId is not already present, a new rule will be created. If it already exists, the rule will be updated. Any existing rule that is not specified in the update payload will be deleted. The order of rules in payload will define the actual order in which this rules will be applied.

DELETE
Delete Firewall Rules

Deletes all firewall rules for a given Provider Gateway.

GET
Get Firewall Logs

Log filters are encapsulated in a FIQL filter query parameter. Sample filter: filter=(timestamp=gt=2020-07-24T00:00:00,timestamp=lt=2020-08-24T00:00:00;ruleId==a4ec73d6-9937-4b32-bdc7-b4dda5366391) Supported filters are:

  • timestamp. Log timestamp. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to the current time.
  • ruleId. Id of the firewall rule. This is optional. This field is responsible for filtering logs based on rule firewall rule id.
  • ruleName. Name of the firewall rule. This is optional. This field is responsible for filtering logs based on firewall rule name.
  • loggingId. Logging Id of the firewall rule. This is optional. This field is responsible for filtering logs based on firewall rule logging Id. Logging Id is unique ID assigned by the backing NSX-T network provider, and is used for logging by NSX-T. Only applies to NSX-T.
  • addressFamily. IP address family. Either IPV4 or IPV6. This is optional.
  • reason. Criteria for which an action is taken by the firewall rule. This is optional.
  • action. Action taken by the firewall rule. This is optional.
  • direction. Direction of network traffic on the provider gateway. Can be IN or OUT. This is optional.
  • protocol. The protocol used for communication between source and destination hosts. Can be TCP, UDP or PROTO. This is optional.
  • sourceIpAddress. IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourcePort. Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • destinationIpAddress. IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationPort. Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
GET
Get Firewall Rule

Retrieves a specific firewall rule based on the rule ID provided.

PUT
Update Firewall Rule

Updates a specific firewall rule based on the rule ID provided.

DELETE
Delete Firewall Rule

Deletes a specific firewall rule based on the rule ID provided.

Provider Gateway Gre Tunnels
GET
List Gre Tunnels

Lists all GRE Tunnels for this Provider Gateway.

POST
Create Gre Tunnel

Creates a GRE Tunnel on the Provider Gateway.

GET
Get Gre Tunnel

Retrieves a specific GRE Tunnel on the Provider Gateway.

PUT
Update Gre Tunnel

Updates a specific GRE Tunnel on Provider Gateway.

DELETE
Delete Gre Tunnel

Deletes a specific GRE Tunnel on the Provider Gateway.

GET
Get Gre Tunnel Statistics

Retrieves statistics for a GRE Tunnel on the Provider Gateway.

GET
Get Gre Tunnel Connectivity Status

Retrieves the connectivity status for a GRE Tunnel on the Provider Gateway.

Provider Gateway Ip Sec Vpn Tunnels
GET
Get Ip Sec Vpn Tunnels

Retrieves all IPSec VPN tunnels that are configured for an Provider Gateway. Pagination is supported, use response header to get the next page. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

POST
Create Ip Sec Vpn Tunnel

Creates an IPSec tunnel on the Provider Gateway.

GET
Get Ip Sec Vpn Tunnel

Retrieves a specific IPSec tunnel for a given Provider Gateway.

PUT
Update Ip Sec Vpn Tunnel

Updates a specific IPSec tunnel for a given Provider Gateway.

DELETE
Delete Ip Sec Vpn Tunnel

Deletes a specific IPSec tunnel for a given Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Allowed Security Types

Retrieves the allowed IPSec VPN Tunnel security types for the specified Provider Gateway. The security types allowed are set by the System Administrator for the VCD site via the Config Management Tool (CMT). The final set of security types returned are the intersection of those set by the System Administrator and those supported by the gateway's backing network provider.

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.

GET
Get Ip Sec Vpn Tunnel Preset Connection Properties

Retrieves the connection properties that are used for a given security type preset on a Provider Gateway's backing network provider. Allowed security types are:

  • DEFAULT
  • PROVIDER_PREFERRED
  • CNSA
  • FIPS
  • FOUNDATION
  • PRIME
  • SUITE_B_GCM_128
  • SUITE_B_GCM_256
CUSTOM is not a valid security type for this endpoint, as it does not have defined presets.
GET
Get Ip Sec Vpn Tunnel Connection Properties

Retrieves connection properties for a given IPSec VPN Tunnel configured on an Provider Gateway.

PUT
Update Ip Sec Vpn Tunnel Connection Properties

Updates the connection properties for a given IPSec VPN Tunnel configured on an Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Status

Retrieves status of a given IPSec VPN Tunnel configured on an Provider Gateway.

GET
Get Ip Sec Vpn Tunnel Statistics

Retrieves connection statistics for a given IPSec VPN Tunnel configured on an Provider Gateway.

POST
Auto Configure Ip Sec Vpn Tunnel

Auto-configure a route-based IPsec VPN tunnel on the Provider Gateway based on the specified IP Space, remote and local endpoints, preshared key, and VTIs. VCD will create an uplink to the provided IP space, create a new route-based IPsec VPN tunnel with the provided inputs, enable the IPsec route redistribution service on the autogenerated VCD route redistribution rule (if existing), and autogenerate BGP prefix lists, route maps, and neighbors based on the created uplink and remote VTIs. Auto-configuring multiple times with the same IP space will overwrite the existing autoconfigured IPsec VPN tunnel and BGP components with the new inputs. Changes to the corresponding IP Space's scope will also be reflected in the autoconfigured Prefix List networks.

Provider Gateway Nat Rules
GET
Get Nat Rules

Retrieves all NAT Rules on the Provider Gateway. Pagination is supported to get the next page in the header response. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed. By default, if no sort parameter is set, the NAT rules are sorted by the priority, starting with the lowest value (highest priority).

POST
Create Nat Rule

Creates a NAT Rule on the Provider Gateway.

GET
Get Nat Rule

Retrieves a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

PUT
Update Nat Rule

Update a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

DELETE
Delete Nat Rule

Deletes a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.

GET
Get Nat Logs

Log filters are encapsulated in a FIQL filter query parameter. Sample filter: filter=(timestamp=gt=2020-07-24T00:00:00,timestamp=lt=2020-08-24T00:00:00;ruleId==a4ec73d6-9937-4b32-bdc7-b4dda5366391) Supported filters are:

  • timestamp. Log timestamp. This is optional. Must be in ISO 8601 format (i.e. 2020-07-24T00:00:00.000Z). Defaults to the current time.
  • ruleId. Id of the NAT rule. This is optional. This field is responsible for filtering logs based on rule NAT rule id.
  • addressFamily. IP address family. Either IPV4 or IPV6. This is optional.
  • reason. Criteria for which an action is taken by the NAT rule. This is optional.
  • action. Action taken by the NAT rule. This is optional.
  • direction. Direction of network traffic on the provider gateway. Can be IN or OUT. This is optional.
  • protocol. The protocol used for communication between source and destination hosts. Can be TCP, UDP or PROTO. This is optional.
  • sourceIpAddress. IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourcePort. Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • sourceTranslatedIpAddress. Translated IP address of the source host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified source IP.
  • sourceTranslatedPort. Translated Port of the source host. This is optional. This field is responsible for filtering logs based on the specified source port.
  • destinationIpAddress. IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationPort. Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
  • destinationTranslatedIpAddress. Translated IP address of the destination host. This is optional. Must be either in IPv4 or IPv6 format. This field is responsible for filtering logs based on the specified destination IP.
  • destinationTranslatedPort. Translated Port of the destination host. This is optional. This field is responsible for filtering logs based on the specified destination port.
Provider Gateway Prefix List
GET
Get Prefix List

Retrieves a specific Prefix list for a given Provider Gateway.

PUT
Update Prefix List

Updates a specific Prefix list for a given Provider Gateway.

DELETE
Delete Prefix List

Deletes a specific Prefix list for a given Provider Gateway.

Provider Gateway Prefix Lists
GET
Get Prefix Lists

Retrieves all Prefix lists for a given Provider Gateway. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

POST
Create Prefix List

Creates a new Prefix list on the Provider Gateway.

Provider Gateway Route Maps
GET
Get Route Map Summaries

Retrieves summaries for all the Route Maps on a given Provider Gateway.

POST
Create Route Map

Creates a new Route Map on the Provider Gateway.

GET
Get Route Map

Retrieves a specific Route Map on a given Provider Gateway.

PUT
Update Route Map

Updates a specific Route Map on a given Provider Gateway.

DELETE
Delete Route Map

Deletes a specific Route Map on a given Provider Gateway.

Provider Gateway Route Redistribution
GET
Get Route Redistribution Config

Retrieves the Route Redistribution Configuration and Rules for a given Provider Gateway.

PUT
Update Route Redistribution Config

Updates the Route Redistribution Configuration and Rules for a given Provider Gateway.

POST
Auto Configure Route Redistribution

Autoconfigure the Route Redistribution config on the Provider Gateway. VCD will create a default redistribution Route Map with all the outbound BGP Prefix Lists (named with "-OUT") as match criteria entries, and set the map on the default VCD route redistribution rule (if existing). Running autoconfiguration again will update the autoconfigured Route Map with the current outbound Prefix Lists.

Provider Gateway Routing Table
GET
Get Routing Table

Generates a CSV file of the Provider Gateway's routing table, which lists all routes that pass through the 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
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
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 a list of Virtual Machine Classes associated with this resource pool. This API throws 400 BadRequestException if called against a resource pool which is not Kubernetes enabled.

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.

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.

GET
Get Sddc Proxy Certificate Thumbprint Deprecated

Retrieve a SDDC Proxy SSL certificate thumbprint. The thumbprint is the SHA-1 hash of the DER encoding of the certificate.

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.

Security Tags
GET
Get Tag Values

Retrieves the list of security tags that are in the organization and can be reused to tag an entity. The list of tags include tags assigned to entities within the organization. This API is meant for organization user only (i.e. not system provider).

PUT
Update Security Tag

Only the list of tagged entities can be updated. The name cannot be updated. Any other existing entities not in the list will be untagged.

GET
Get Security Tagged Entities

Retrieves the list of entities that have at least one tag assigned to it. Besides entityType, additional supported filters are:

  • tag - The tag to search by
Example: filter=(tag==Web;entityType==vm)
GET
Get Vm Tags

Retrieves the list of tags for a specific VM. If user has view right to the VM, user can view its tags.

PUT
Update Vm Tags

Update the list of tags for a specific VM. An empty list of tags means to delete all dags for the VM. If user has edit permission on the VM, user can edit its tags.

Segment Profile Templates
GET
Get Segment Profile Templates

Retrieves all the Segment Profile Templates available to the user.

POST
Create Segment Profile Template

Creates a new Segment Profile Template. If needed, the segment profiles referenced in the template will be synced from the source NSX-T Manager to all known NSX-T Managers in Cloud Director.

GET
Get Segment Profile Template

Retrieves a singular Segment Profile Template with the given ID.

PUT
Update Segment Profile Template

Updates the Segment Profile Template with the given ID. If needed, the segment profiles referenced in the template will be synced from the source NSX-T Manager to all known NSX-T Managers in Cloud Director. If the source NSX-T Manager is updated, all updates to profiles will be ignored within the same request.

DELETE
Delete Segment Profile Template

Deletes the Segment Profile Template with the given ID.

POST
Sync Segment Profile Template

Sync the Segment Profile Template. An example usage is to detect if a segment profile referenced by this template still exists/is valid. The segment profiles referenced in the template will be synced from the source NSX-T Manager to all known NSX-T Managers in Cloud Director, if needed. If previously synced, this will overwrite the profiles on the target NSX-T managers with the source profile.

GET
Get Global Default Segment Profile Templates

Retrieve the global default segment profile templates. These segment profile templates apply to all NSX-T backed networks created by Cloud Director unless overridden explicitly during create/update or by an Org vDC defined default.

PUT
Update Global Default Segment Profile Templates

Updates the global default segment profile templates. These segment profile templates apply to all NSX-T backed networks created by Cloud Director unless overridden explicitly during create/update or by an Org vDC defined default.

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

Services
GET
Query Service Items

Get all items across all services

GET
Get Service Item

Get the specified item

PUT
Update Service Item

Update specified service item

DELETE
Delete Service Item

Deletes specified service item

GET
Get Service Item Tenants Deprecated

Retrieves list of item for whom the service item is explicitly published

PUT
Set Service Item Tenants Deprecated

Resets list of tenants for whom the service item is explicitly published

POST
Post Service Item Publish Deprecated

Publishes the service item to the specified tenants

POST
Post Service Item Unpublish Deprecated

Revokes publication of the service item to the specified tenants

POST
Post Service Item Publish All Deprecated

Publishes the service item to all tenants

POST
Post Service Item Unpublish All Deprecated

Unpublishes the service item from all tenants

GET
Get Service Item Tenants Query

Retrieves paginated list of item for whom the service item is explicitly published

PUT
Set Service Item Tenants Bounded

Resets list of tenants for whom the service item is explicitly published

POST
Post Service Item Publish Bounded

Publishes the service item to the specified tenants

POST
Post Service Item Unpublish Bounded

Revokes publication of the service item to the specified tenants

POST
Post Service Item Publish All Bounded

Publishes the service item to all tenants

POST
Post Service Item Unpublish All Bounded

Unpublishes the service item from all tenants

GET
Query Services

Get list of services

POST
Create Service

Creates a new service

GET
Get Service

Get specified service

PUT
Update Service

Updates service specific metadata for a vRealize Orchestrator

DELETE
Delete Service

Delete specified service

GET
Get Workflow Service Items

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

POST
Import Vro Workflows

Add VRO remote workflows to this service

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 Accessible Locations

Gets locations accessible to this session.

GET
Get Token

Gets token associated with 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

PUT
Update Ssl Settings

Updates the current VCD SSL settings. Only the FIPS setting(s) can be toggled at this time.

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.

Test Connection
POST
Test

Tests a connection, including SSL handshake and hostname verification.

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

Gets token associated with this session.

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

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.

Universal Router
GET
Get Universal Router

Retrieves a specific Universal Router

PUT
Update Universal Router

Updates a specific Universal Router

DELETE
Delete Universal Router

Deletes a specific Universal Router

POST
Sync Universal Router

Sync/repair the Universal Router

Universal Router Dhcp
GET
Get Dhcp Config For Universal Router

Retrieves Dhcp configuration of a specific Universal Router

PUT
Update Dhcp Config For Universal Router

Updates Dhcp configuration for a specific Universal Router

DELETE
Delete Dhcp Config For Universal Router

Deletes Dhcp configuration of a specific Universal Router

Universal Router Dns
GET
Get Dns Config For Router

Retrieves dns configuration of a universal router

PUT
Update Dns Config For Router

Updates dns configuration of a universal Router

DELETE
Delete Dns Config For Router

Deletes dns configuration of a universal router

Universal Router Health
GET
Get Universal Router Health

Get Health information of a universal router and its associated entities such as egress points and routing. It includes information about reachability status of all the participating vDC's of referenced vDC group and it also includes information about all the nsx managers covered by this universal router along with associated nsx controller cluster.

Universal Routers
GET
Get All Universal Routers For Vdc Group

Get all the universal routers defined for a vDC group in the system.

POST
Create Universal Router

Create a new universal router for a vDC group

Universal Routing
GET
Get Universal Egress Routing

Retrieves Universal Egress Points and routing configuration for a Universal Router.

PUT
Update Universal Egress Routing

Updates the routing configuration using the specified egress points in the universal routes. Any egress point that does not exist will be created before updating routing. Any egress point that currently exists and is not in use by any of the specified routes will be deleted. If the new egress points for routing fail to create, routing will not be updated.

GET
Get Universal Routes

Retrieves routing configuration for a Universal Router.

PUT
Update Universal Routes

Updates routing configuration for a Universal Router.

POST
Sync Universal Routes

Sync/repair the universal routes

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.

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

API to change name of the specified snapshot.

DELETE
Remove V App Snapshot

Remove a specific snapshot of the VApp

POST
Revert V App Snapshot

API to revert to a specified snapshot.

GET
Get Vm Snapshots Of AV App Snapshot

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

V Center Resources
GET
Get Importable Dvpgs

Get all DVPG network backings that are available. Supported filters are:

  • Org vDC ID (orgVdcId==[ID]) - Returns all the importable DVPGs available to a specific Org vDC.
  • Network Pool ID (networkPoolId==[ID]) - Returns all the importable DVPGs available to a specific Network Pool.
  • External Network ID (externalNetworkId==[ID]) - Returns all the importable DVPGs available to a specific External Network.
  • Virtual Center ID (virtualCenter.id==[ID]) - Returns all the importable DVPGs available to a specific Virtual Center.
The following contexts are deprecated as of API version 38.0: Network Pool ID (_context==networkPoolId), External Network ID (_context==externalNetworkId)
GET
Get Importable Portgroups

Get all standard portgroups that are available as backings. Supported filters are:

  • Network Pool ID (networkPoolId==[ID]) - Returns all the standard portgroups available as backings to a specific Network Pool.
  • External Network ID (externalNetworkId==[ID]) - Returns all the standard portgroups available as backings to a specific External Network.
  • Virtual Center ID (virtualCenter.id==[ID]) - Returns all the standard portgroups available as backings to a specific Virtual Center.
The following contexts are deprecated as of API version 38.0: Network Pool ID (_context==networkPoolId), External Network ID (_context==externalNetworkId)
GET
Get Dv Switches

Retrieves all distributed virtual switches.

V Realize Orchestrator
GET
Get Registered VRO

Retrieves service specific metadata for a vRealize Orchestrator

PUT
Update Service

Updates service specific metadata for a vRealize Orchestrator

DELETE
Unregister

Unregisters a vRealize Orchestrator endpoint from vCloud Director

PATCH
Patch Service

Updates service specific metadata for a vRealize Orchestrator

V Realize Orchestrators
POST
Discover Vro Vcenter

Discover vCenter to work with the provided vRealize Orchestrator service

GET
Get Registered VR Os

Get a list of registered vRealize Orchestrator services

POST
Register

Register a vRealize Orchestrator endpoint with vCloud Director

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.

GET
Get Compute Policies

Retrieves all compute policies of a 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
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 Vms

Get all VMs associated with this vDC compute policy

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.

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 a list of Virtual Machine Classes associated with this resource pool. This API throws 400 BadRequestException if called against a resource pool which is not Kubernetes enabled.

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.

Vdc Network Profile
GET
Get Vdc Network Profile

Retrieves the vDC Network Profile.

PUT
Update Vdc Network Profile

Updates the vDC Network Profile.

DELETE
Delete Vdc Network Profile

Deletes/Reset a vDC Network Profile.

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

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 a list of Virtual Machine Classes associated with this resource pool. This API throws 400 BadRequestException if called against a resource pool which is not Kubernetes enabled.

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

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

POST
Revert Vm Snapshot

API to revert to a specified snapshot.

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

Vrealize Browse
GET
Search Sdk Objects

Browse remote vRealize Orchestrator inventory

GET
Browse Sdk Objects

Browse remote vRealize Orchestrator inventory

GET
Get Plugin List

Browse remote vRealize Orchestrator inventory

GET
Get Plugin Type List

Browse remote vRealize Orchestrator inventory

GET
Get Remote Inventory

Browse remote vRealize Orchestrator inventory

Vrealize Workflows
GET
Get Remote Workflows

Browse remote vRealize Orchestrator workflows

Vro Workflow Execution
GET
Get Parameter Types Deprecated

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

GET
Get Supported Presentation Elements Deprecated

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

GET
Get Supported Decorators Deprecated

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

GET
Get Supportedconstraints Deprecated

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

GET
Get All Workflow Executions

Retrieves all workflow runs for a given workflow

POST
Start Workflow Execution Deprecated

Instantiates a workflow run, by using the passed parameters. The workflow run is asynchronous, so the call returns a pointer to a task that can be used to track the workflow run.

GET
Get Workflow Execution Deprecated

Retrieves a workflow run for a given workflow.

DELETE
Delete Workflow Execution

Deletes a specific workflow run

GET
Get Workflow Execution State

Retrieves the current state for a requested workflow run

DELETE
Cancel Workflow Execution

Cancels a workflow run

Vro Workflow Presentation
GET
Get Workflow Presentation Deprecated

Retrieves the definition of a workflow presentation. To retrieve the workflow presentation definition localized, add Accept-Language header, with the appropriate locale. In advance, localization resource should be present for the workflow, otherwise it defaults to the standard workflow presentation definition.

GET
Get All Workflow Presentation Instances Deprecated

Retrieves a list of the presentation instances for a workflow that you specify. To retrieve the list of workflow presentations, make an HTTP GET request at the workflow presentations list URL. The returned list contains all of the currently running workflow presentation instances, and all completed instances based on the data from the workflow executions. If the user has admin rights, all presentation instances for all users are returned.

POST
Start Workflow Presentation Deprecated

Creates a new instance of the presentation of a workflow, by using the passed parameters. To create a new instance of a workflow presentation, make an HTTP GET request at the URL that contains the instances of the workflow presentation. Presentation's fields are populated with input parameter values and are validated. If there are any validation errors, they are collected and attached to each field. The presentation is marked as invalid. In order the returned workflow presentation to be localized, add Accept-Language header, with the appropriate locale. In advance, localization resource should be present for the workflow, otherwise it defaults to the standard workflow presentation.

GET
Get Workflow Presentation Instance Deprecated

Retrieves a specific workflow presentation instance. Presentation instances are removed after the workflow starts. If the presentation instance under requested executionId does not exists, a new presentation instance is created by using the parameters from the workflow execution with the same ID. To retrieve the workflow presentation localized, add Accept-Language header, with the appropriate locale. In advance, localization resource should be present for the workflow, otherwise it defaults to the standard workflow presentation.

PUT
Update Workflow Presentation Instance Deprecated

Update a specific workflow presentation instance. Presentation fields are populated with input parameter values and are validated. If there are any validation errors, they are collected and attached to each field. The presentation is marked as invalid. If the parameter's 'updated' flag is set to true, the dependent field values are recalculated.

DELETE
Delete Workflow Presenation Instance Deprecated

Cancels the execution of a workflow presentation instance. This API call cancels only the workflow presentation execution. To cancel the workflow execution, use APIs under /cloudapi/workflows/{workflowId}/instances.