# 이용 정보

### 1. 프로토콜 및 포트 <a href="#id-1" id="id-1"></a>

{% hint style="info" %}

* **암호화 및 인증 방식**: TLS v1.3
* **방향**: 아웃바운드 (에이전트)
* **프로토콜**: HTTPS
* **포트 번호**: 443
  {% endhint %}

### 2. URL 주소 목록 <a href="#id-2" id="id-2"></a>

```
https://apis.plura.io
https://repo.plura.io

https://uploadsys.plura.io
https://uploadweb.plura.io
https://uploadnet.plura.io
https://uploadapp.plura.io
https://uploadres.plura.io
```

### 3. `hosts` 파일 설정 (온프레미스 환경에서는 IP주소가 변경됨) <a href="#id-3" id="id-3"></a>

* Web 관련 도메인

```
211.43.190.20 www.plura.io
211.43.190.20 siem.plura.io
211.43.190.20 wapis.plura.io
211.43.190.20 restore.plura.io
211.43.190.80 purplecow.plura.io
```

* Agent 관련 도메인

```
211.43.190.30 apis.plura.io
211.43.190.80 repo.plura.io

211.43.190.40 uploadsys.plura.io
211.43.190.60 uploadweb.plura.io
211.43.190.100 uploadnet.plura.io
211.43.190.110 uploadres.plura.io
211.43.190.120 uploadapp.plura.io
```


---

# Agent Instructions: 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:

```
GET https://docs.plura.io/ko/faq/comm/pluraserviceport.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
