onvif
    Preparing search index...

    Interface SupportedActions

    SupportedActions data structure lists the available action types that service provider supports. For each action type, data structure contains the action configuration parameters.

    interface SupportedActions {
        actionContentSchemaLocation?: string[];
        actionDescription?: ActionConfigDescription[];
        extension?: SupportedActionsExtension;
    }
    Index
    actionContentSchemaLocation?: string[]

    Lists the location of all schemas that are referenced in the supported actions. If the action descriptions reference data types in the ONVIF schema file,the ONVIF schema file MUST be explicitly listed.

    actionDescription?: ActionConfigDescription[]

    List of actions supported by Action Engine Service provider.