Proxy-seller

直接リンク

このセクションでは、ステータスをチェックし、IPを取得し、モデムを再起動するための直接リンクを取得する方法を理解するのに役立ちます。

モデムの直リンクを取得するには、以下の手順に従ってください:

  1. モデムのリストを取得し、その中から1つを選択します。モデムのリストを取得するby hostまたはwithout host.

  2. カスタムドメイン名でリンクを取得する必要がある場合は、ドメインのIDを取得する必要があります。ドメインのリストはこちらで取得できます。 instructions.

  3. APIから以下のメソッドを使用する。Get modem direct links

JSON形式のリクエストの成功例:

{
    "reboot": "https://mobile.proxy-seller.com/c/modem/reboot/103790e5f286b193bedd3aee67bff18afb746e",
    "status": "https://mobile.proxy-seller.com/c/modem/status/103790e5f286b193bedd3aee67bff18afb746e",
    "ip": "https://mobile.proxy-seller.com/c/modem/ip/103790e5f286b193bedd3aee67bff18afb746e"
}

リクエストの実行に成功した domainId を JSON 形式で表した例:

{
    "reboot": "https://mobile.space/custom/reboot/103790e5f286b193bedd3aee67bff18afb746e",
    "status": "https://mobile.space/custom/status/103790e5f286b193bedd3aee67bff18afb746e",
    "ip": "https://mobile.space/custom/ip/103790e5f286b193bedd3aee67bff18afb746e"
}

リンクの使用例:

https://mobile.proxy-seller.com/c/modem/ip/103790e5f286b193bedd3aee67bff18afb746e

On this page

No Headings