Skip to main content
Skip table of contents

PoolCapability [VCon IG]

A Pool-Capability assigns Capabilities to a Pool to define which actions can be scheduled using this pool. A config for the whole pool can be defined here.

Properties

Property

Possible Values

Example

Description

id

string

0B

External ID of the PoolCapability.

capability

Capability

see Capability

The Capability that is assigned to the superordinated Device by this PoolCapability.

config

string (JSON)

CODE
{
  "preroll":3
}

The values for the properties defined in the Capabilities.

Example JSON Snippet

JSON
{
  "id": "0B",
  "capability": {
    "id": "0B",
    "content": "{\"action\":\"Record\",\"input\":{\"targetPath\":{\"type\":\"string\",\"optional\":\"true\"},\"profileName\":{\"type\":\"string\",\"optional\":\"true\"}},\"output\":{\"pathToFile\":{\"type\":\"string\"}},\"properties\":{\"preroll\":{\"type\":\"integer\",\"kind\":\"fix\"}}, \"events\": [ \"RecorderMock.fileCreated\", \"RecorderMock.recordingFailed\", \"RecorderMock.recordingStarted\", \"RecorderMock.recordingFinished\" ]}",
    "capabilityType": "Record",
    "needsStopCommand": true
  },
  "config": "{\"preroll\":2}"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.