Update External Service
Update an external service. Vendor, name and version cannot be updated.
id
id
{
    "name": "string",
    "id": "urn:vcloud:extension:VMware.Timer:1.0.0",
    "version": "1.0.0",
    "vendor": "VMware",
    "priority": 0,
    "enabled": false,
    "authorizationEnabled": false,
    "description": "string"
}The name of the external service.
The unique id of the external service.
The extension's version. The version should follow semantic versioning rules. The combination of vendor-namespace-version must be unique.
The vendor name. The combination of vendor-namespace-version must be unique.
Extension service priority. An integer between 0-100. A value of 50 denotes a neutral priority.
Whether the extension is enabled or not.
Whether authorization is enabled for the service.
description
The map of MQTT topics this extension will communicate through.
OK
{
    "name": "string",
    "id": "urn:vcloud:extension:VMware.Timer:1.0.0",
    "version": "1.0.0",
    "vendor": "VMware",
    "priority": 0,
    "enabled": false,
    "authorizationEnabled": false,
    "description": "string"
}The name of the external service.
The unique id of the external service.
The extension's version. The version should follow semantic versioning rules. The combination of vendor-namespace-version must be unique.
The vendor name. The combination of vendor-namespace-version must be unique.
Extension service priority. An integer between 0-100. A value of 50 denotes a neutral priority.
Whether the extension is enabled or not.
Whether authorization is enabled for the service.
description
The map of MQTT topics this extension will communicate through.
