> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/specifying-url-paths-of-web-based-services-classic.md).

# ウェブベースのサービスのURLパス指定（クラシック）

{% hint style="info" %}
Nexthink Finderは、Windows専用のデスクトップアプリケーションで、現在、その機能はNexthinkのwebインターフェース内で利用可能です。 Nexthinkは、現在ブラウザから直接使用でき、多くの機能が追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

特定サービスプロバイダーのドメイン名を指定することで、Nexthink内で従業員のウェブアプリケーションおよびウェブサイトへの接続性を測定するためのサービスを定義できます。場合によっては、同じドメイン内にあるいくつかのサービスを区別したいこともあります。例えば、次の違いを強調したい場合があります。

* `www.example.com/agenda`
* `www.example.com/share`

これらの二つのアドレスを異なるサービスとして扱うには、まずドメイン`www.example.com`に宛てたWebリクエストのURLを[コレクターが報告するように設定](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/windows-collector-references/reporting-the-url-of-http-web-requests-classic.md)してください。

次に、Finderで[2つのサービスを作成します](/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/creating-a-service-with-finder-classic.md)、タイプ**HTTP webリクエストとURLパス**の。同じドメイン内でサービスを区別するために、ドメイン名に加えてURLパスを指定できます。 URLパスオプションはHTTPにのみ利用可能であり、TLS webベースのサービスには利用できないことに注意してください。例を続けると、URLパスとして次を指定します。

* 議題
* 共有

すべてのサブパスは当然のこととして定義に含まれています。 URLパス内のゼロまたはそれ以上の文字を置換するためにスターパターンを使用することもできます。

| ドメイン              | URLパス | マッチ                                                                                                                                                                                                                       |
| ----------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `www.example.com` | 議題    | <ul><li><code>[www.example.com/agenda/mycal.php](http://www.example.com/agenda/mycal.php)</code></li></ul>                                                                                                                |
|                   | 共有    | <ul><li><code>[www.example.com/share/myshare.html](http://www.example.com/share/myshare.html)</code></li><li><code>[www.example.com/share/groupshare.html](http://www.example.com/share/groupshare.html)</code></li></ul> |
|                   | sh\*  | <ul><li><code>[www.example.com/share/myshare.html](http://www.example.com/share/myshare.html)</code></li><li><code>[www.example.com/sharing/index.html](http://www.example.com/sharing/index.html)</code></li></ul>       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/specifying-url-paths-of-web-based-services-classic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
