Update Extension
Update an object extension. Required right: "Object Extensions: Manage".
id
id
{
"id": "string",
"channel": {
"name": "string",
"id": "string"
},
"enabled": false,
"selectorTypes": [
"string"
]
}
The unique id of the extension
Only enabled object extensions are considered for the workflow executions.
An enum set of selector types to which this object extension can be applied. If not specified(missing, null or empty), this extension applies to any selector type. Valid selector types are:
- urn:selector:providerVdc
- urn:selector:organizationVdc
- urn:selector:organization
Create a selector extension to assign an object extension to a group of- or particular objects of a selector type:
HTTP Verb | Request URL Prototype | Summary |
---|---|---|
POST | host/api/admin/{type}/extension | any object of the selector type(default policy) |
POST | host/api/admin/{type}/{selectorId}/extension | specific object of the selector type(overriden policy) |
where the mapping between the selector type and the type is:
Selector type | type |
---|---|
urn:selector:providerVdc | providervdcs |
urn:selector:organizationVdc | vdcs |
urn:selector:organization | orgs |
OK
{
"id": "string",
"channel": {
"name": "string",
"id": "string"
},
"enabled": false,
"selectorTypes": [
"string"
]
}
The unique id of the extension
Only enabled object extensions are considered for the workflow executions.
An enum set of selector types to which this object extension can be applied. If not specified(missing, null or empty), this extension applies to any selector type. Valid selector types are:
- urn:selector:providerVdc
- urn:selector:organizationVdc
- urn:selector:organization
Create a selector extension to assign an object extension to a group of- or particular objects of a selector type:
HTTP Verb | Request URL Prototype | Summary |
---|---|---|
POST | host/api/admin/{type}/extension | any object of the selector type(default policy) |
POST | host/api/admin/{type}/{selectorId}/extension | specific object of the selector type(overriden policy) |
where the mapping between the selector type and the type is:
Selector type | type |
---|---|
urn:selector:providerVdc | providervdcs |
urn:selector:organizationVdc | vdcs |
urn:selector:organization | orgs |