summaryrefslogtreecommitdiff
path: root/help/terminal_p.md
blob: 64cfb27169c22e3e65f516136f882d33393f76d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
page: htroot/terminal_p.html
help: help/terminal_p.md
title: System Terminal Monitor
package: machine-api-peer
access: admin
kind: admin-page
backend_java: none
---

# System Terminal Monitor

## Purpose

System Terminal Monitor exposes terminal-style server interaction.

Use it with care because terminal-like endpoints can reveal or change operational state.

## What You Can Do Here

- System Terminal Monitor exposes terminal-style server interaction.
- Send exact parameter names and encoded values rather than natural-language approximations.
- Inspect the response format before using the endpoint in a larger tool chain.

## Page Architecture

Machine/API pages are compact endpoints. Their architecture is request-parameter driven: callers provide the smallest needed set of arguments and consume a direct response rather than a guided administration workflow.

## Correct Use

Call the endpoint as a protocol surface. Use exact parameter names and encoded values, authenticate when required, and inspect the response before relying on it. Avoid sending browser-only submit buttons unless the backend explicitly requires the action key.

## Access And Safety

Administrator access is required. YaCy protects `_p` pages as administration pages.

## Automation And API

No matching Java servlet was found for this template.

No request parameters are needed for normal use of this page.

## What To Expect

Expect a compact service response rather than a teaching interface. The response may be XML, RSS, JSON-like text, plain text, or a small HTML template depending on the endpoint.

## Related Pages

- `index.html`
- `CrawlStartSite.html`
- `Status.html`
- `Steering.html`
- `http://java.sun.com/products/plugin/downloads/index.html`