@archastro/sdk
    Preparing search index...

    Interface InstallationKindListResponse

    List response containing all available installation kinds that can be used when configuring an agent installation.

    interface InstallationKindListResponse {
        data: InstallationKind[];
    }
    Index

    Properties

    Properties

    Array of installation kind objects describing the available integration types and their configuration requirements.