@taiyi-io/api-connector-ts
    Preparing search index...

    Interface MonitorResponse

    远程监控响应消息

    interface MonitorResponse {
        protocol: string;
        published_url?: string;
        secret: string;
        url: string;
    }
    Index

    Properties

    protocol: string

    协议

    published_url?: string

    发布URL

    secret: string

    密钥

    url: string

    URL