Globus SDK for JavaScript
    Preparing search index...
    • Parameters

      • endpoint_uuid: string
      • Optionaloptions: { payload?: undefined; query?: undefined } & BaseServiceMethodOptions
      • OptionalsdkOptions: SDKOptions

      Returns Promise<
          JSONFetchResponse<
              {
                  config?: { [key: string]: unknown }
                  | null;
                  description?: string | null;
                  display_name: string;
                  endpoint_config?: string | null;
                  endpoint_version?: string | null;
                  high_assurance: boolean;
                  hostname?: string | null;
                  ip_address?: string | null;
                  local_user?: string | null;
                  multi_user: boolean;
                  name: string;
                  public: boolean;
                  python_version?: string | null;
                  sdk_version?: string | null;
                  subscription_admin_verified: boolean;
                  subscription_uuid?: string | null;
                  user_config_schema?: { [key: string]: unknown } | null;
                  user_config_template?: string | null;
                  uuid: string;
              },
          >,
      >