Acrobits IPC SDK
    Preparing search index...

    Interface ProvisioningEndpointInfo

    Endpoint metadata for a provisioning request update.

    interface ProvisioningEndpointInfo {
        includeDump: boolean;
        method: ProvisioningEndpointMethod;
        url: string;
    }
    Index

    Properties

    includeDump: boolean

    Whether the request should include a diagnostic dump.

    HTTP method to use for the provisioning request.

    url: string

    Endpoint URL that should receive the provisioning request.