THE CURL COMMAND Meaning in Japanese - translations and usage examples

[ðə k3ːl kə'mɑːnd]
[ðə k3ːl kə'mɑːnd]
curlコマンドを

Examples of using The curl command in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Let's try sending an image using the curl command.
Curlコマンドを利用して画像を送信してみます。
This time, use the curl command to call REST API.
今回は、RESTAPIの呼び出しにcurlコマンドを使用します。
In Windows 10, you cannot use the curl command.
Windows10ではcurlコマンドを使用できません。
The cURL command represents the modified request.
CURLコマンドでは変更されたリクエストが表示されます。
Let's try sending a sticker by using the curl command.
Curlコマンドを利用してstickerを送信してみます。
The curl commands to send the data are as follows:.
Curlコマンドを使ったデータ送信は次のとおりです。
On Mac and Linux, you do not need to install the curl command.
Mac,Linuxではcurlコマンドはインストール不要です。
In this way, you can use the curl command to Start a Process.
このように、プロセスを開始するのにcurlコマンドを利用することができます。
Now, let's access the Workflow API with the curl command.
それではcurlコマンドでWorkflowAPIにアクセスしてみましょう。
The cURL command for Signing up, for instance, will become as follows:.
一例としてユーザー作成のcURLコマンドを修正すると以下のようになります。
The above example uses POST based on the parameter of the curl command.
ここでは、curlコマンドのパラメーターを元に、POSTを指定しています。
Run the cURL command or refresh the browser repeatedly(cURL is faster).
繰り返しcURLコマンドを実行するか、ブラウザを更新します(cURLの方が高速です)。
Command examples in this documentation are given in bash format,using the curl command.
このドキュメントのコマンド例は、curlコマンドを使用してbash形式で示されています。
The cURL command will produce JSON output detailingthe configuration of your service version. For example:.
CURLコマンドによって、該当バージョンの設定内容の詳細がJSON形式で出力されます。例えば:。
Uploading images from the command-lineLet's try sending an image using the curl command.
コマンドラインから画像をアップロードするcurlコマンドを利用して画像を送信してみます。
Then, the curl command fetches all artifact details for a build and pipes them to grep to extract the URLs.
次に、curlコマンドでビルドのすべてのアーティファクト詳細をフェッチし、それをgrepにパイプしてURLを抽出します。
Implement code like below to execute a process equivalent to the curl command from the SDK.
このcurlコマンドと同等の処理をSDKから実行するには、次のようなコードを実装します。
Like the curl command you can issue a simple domcurl[url] to fetch the resource and run the JS on the page.
Curlコマンドのように、簡単なdomcurl[url]を発行してリソースを取得し、JSをページ上で実行することができます。
In the code example,XML data is displayed by stdout as with the curl command chapter.
サンプルコードではこれを標準出力することで、curlコマンドの場合と同じくXMLデータが表示されます。
For example, to upgrade a Google Cloud Storage endpoint the cURL command would look something like this if the endpoint was named"GCS Test":.
たとえば、GoogleCloudStorageエンドポイントをアップグレードするには、エンドポイントの名前が「GCSTest」の場合、cURLコマンドは次のようになります。
You can access all the resources by following the link from theroot like the website with the Web-based HAL Browser or the CURL command of the console.
WebベースのHALBrowserやコンソールのCURLコマンドでWebサイトと同じようにルートからリンクを辿って始めて全てのリソースにアクセスできます。
For example, to update a Google CloudStorage endpoint to the blank message type the cURL command would look something like this if the endpoint was named"GCS Test":.
たとえば、GoogleCloudStorageエンドポイントで名前が"GCSTest"のメッセージをblankに設定するcURLコマンドは次のようになります。
If you are using Windows, the cURL command is not installed by default. Please download the binary for your environment from here and set the path accordingly.
Windowsを使用されている方はデフォルトではcURLコマンドがインストールされていませんので、こちらから環境にあったバイナリをダウンロードしてパスを通してお使いください。
To create a regular VCL Snippet via the API,make the following API call using the cURL command line tool in a terminal application:.
APIを使用してレギュラーVCLスニペットを作成するには、ターミナルでcURLコマンドを使用して次のAPIを実行します。
Although there are several ways to use the curl command on Windows, this article will proceed with the assumption of using curl command on Windows Subsystem for Linux.
Windowsでcurlコマンドを使う方法はいくつかありますが、本記事はWindowsSubsystemforLinux上のcurlコマンドを用いる前提で進めます。
If you didn't select"United States" as your server location,replace the access URL in the cURL command samples in the guides as below:.
サーバー設置場所を「日本」以外に指定した場合は、ガイド内のcURLコマンド実行例におけるアクセス先URLを次のように読み替えてください。
Run the cURL command(or refresh the browser window) two or three more times within one minute, and notice that you get the following message because you exceeded the rate limit of the policy:.
分以内にcurlコマンド(または、ブラウザウィンドウの更新)をさらに2、3回実行し、ポリシーのレート制限を超えたために次のメッセージが表示されることを確認します。
The below is the destination MQTT topic converted from the URL in the curl command in the above example of state registration.
上記のステートの登録の例では、curlコマンドのURLから、以下が送信対象のMQTTトピックになります。
You can use the web interface or the cURL command to check Fastly's cache nodes for a cached object, and you can use the information provided to examine the objects's status, response time, and content hash.
Fastlyのキャッシュサーバーにあるキャッシュされたコンテンツの状態を確認するためFastlyコントロールパネルまたは、cURLコマンドを利用します。また、それらで提供される情報からコンテンツの状態や、応答時間、コンテンツのハッシュ値を調べることができます。
However, if you set a“Message Start Event(HTTP)” in the Workflow App,you can start a Process by sending an HTTP request from the curl command or your own program. This makes it possible to automatically Start a Process without human intervention, and to build cooperation between systems.
という手順を踏みます。しかしワークフローアプリの方でメッセージ開始イベント(HTTP)を設定しておくと、curlコマンドや自分で用意したプログラムからHTTPリクエストを送ることで、プロセスを開始することができるようになります。これにより、人の手を介さずにプロセスを自動開始したり、システム間での連携を図ったりといったことが可能になります。
Results: 134, Time: 0.0358

Word-for-word translation

Top dictionary queries

English - Japanese