Hierarchy

  • CreateGateway

Properties

administrative_contact: {
    organization_ids: {
        organization_id: string;
    };
    user_ids: {
        email: string;
        user_id: string;
    };
}

Type declaration

  • organization_ids: {
        organization_id: string;
    }
    • organization_id: string
  • user_ids: {
        email: string;
        user_id: string;
    }
    • email: string
    • user_id: string
antennas: string[]
attributes: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
auto_update: boolean
claim_authentication_code: {
    secret: {
        key_id: string;
        value: string;
    };
    valid_from: string;
    valid_to: string;
}

Type declaration

  • secret: {
        key_id: string;
        value: string;
    }
    • key_id: string
    • value: string
  • valid_from: string
  • valid_to: string
contact_info: {
    contact_method: string;
    contact_type: string;
    public: boolean;
    validated_at: string;
    value: string;
}[]

Type declaration

  • contact_method: string
  • contact_type: string
  • public: boolean
  • validated_at: string
  • value: string
created_at: any
deleted_at: any
description: string
disable_packet_broker_forwarding: boolean
downlink_path_constraint: string
enforce_duty_cycle: boolean
frequency_plan_id: string
frequency_plan_ids: string[]
gateway_server_address: string
ids: {
    eui: string;
    gateway_id: string;
}

Type declaration

  • eui: string
  • gateway_id: string
lbs_lns_secret: {
    key_id: string;
    value: string;
}

Type declaration

  • key_id: string
  • value: string
location_public: boolean
lrfhss: {
    supported: boolean;
}

Type declaration

  • supported: boolean
name: string
require_authenticated_connection: boolean
schedule_anytime_delay: string
schedule_downlink_late: boolean
status_public: boolean
target_cups_key: {
    key_id: string;
    value: string;
}

Type declaration

  • key_id: string
  • value: string
target_cups_uri: string
technical_contact: {
    organization_ids: {
        organization_id: string;
    };
    user_ids: {
        email: string;
        user_id: string;
    };
}

Type declaration

  • organization_ids: {
        organization_id: string;
    }
    • organization_id: string
  • user_ids: {
        email: string;
        user_id: string;
    }
    • email: string
    • user_id: string
update_channel: string
update_location_from_status: boolean
updated_at: any
version_ids: {
    brand_id: string;
    firmware_version: string;
    hardware_version: string;
    model_id: string;
}

Type declaration

  • brand_id: string
  • firmware_version: string
  • hardware_version: string
  • model_id: string

Generated using TypeDoc