[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

ExternalService

The central concept in vCD API extensibility framework. It serves as a namespace for all other objects and holds top level settings like - enable/disable and API filters.


Properties

string
vendor Required

The vendor name. The combination of vendor-namespace-version must be unique.


boolean
enabled Required

Whether the extension is enabled or not.


string
name Required

The name of the external service.


string
version Required

The extension’s version. The version should follow semantic versioning rules. Versions with pre-release extension are not allowed. The combination of vendor-namespace-version must be unique.


boolean
authorizationEnabled Optional

Whether authorization is enabled for the service.


string
id Optional

The unique id of the external service.


map of string
mqttTopics Optional

The map of MQTT topics this extension will communicate through.


integer as int32
priority Optional

Extension service priority. An integer between 0-100. A value of 50 denotes a neutral priority.


string
description Optional

JSON Example

{
    "vendor": "VMware",
    "version": "1.0.0"
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Property Of

InlineExternalServices1
Parameter To

Update External Service
Create External Service
Returned By

Create External Service
Get External Service
Update External Service

Feedback

Was this page helpful?