> For the complete documentation index, see [llms.txt](https://spaceone-dev.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceone-dev.gitbook.io/user-guide/inventory/untitled.md).

# Server

## Overview &#x20;

You can integrate server resources scattered by various regions or projects

Through this page, Users can easily check detail status of servers without login to cloud console repeatedly nor connect to terminal.

![](/files/-ME1UyWUFSYOI1n2IBWU)

Server page is consist of several functions.

* Server list : Full list of servers that meet the conditions
* Detailed status tab : Checking detailed informations for each servers
* Searching bar : Easy to search servers by query

## Server list

Server information collected based on multi clouds

![](/files/-ME1Wp7e7rKRyhIP_YLq)

List of supported information

| Item              | Description                                                                                                                                                                                                                                                                                               |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name              | <p></p><p>Name of server. This refer to name tag parameter supported by each cloud provider</p>                                                                                                                                                                                                           |
| Instance Type     | Describes server specification. This refer to specific name provided each clouds compute services.                                                                                                                                                                                                        |
| Core/Memory       | Core/Memory(GB).                                                                                                                                                                                                                                                                                          |
| Availability Zone | Server region name                                                                                                                                                                                                                                                                                        |
| Instance State    | Power status of server. Each status refers to definitions of each cloud providers.                                                                                                                                                                                                                        |
| Collection State  | <p>Collecting status by collectors(ACTIVE/DISCONNECTED).</p><p>Indicates whether collecting information of target server is ok </p><ul><li>Disconnected status shows not available to collect. </li><li>The persistence of this state is considered deletion of server(Delete from server list)</li></ul> |
| OS                | Server OS type(ubuntu/amazonlinux/centos/win2018/etc..)                                                                                                                                                                                                                                                   |
| Public IP         | Attached public ip to instance(AWS EIP).                                                                                                                                                                                                                                                                  |
| Provider          | Cloud Provider (aws, azure, gcp, openstack, vmware, etc...)                                                                                                                                                                                                                                               |
| Account ID        | Root account id                                                                                                                                                                                                                                                                                           |
| Project           | Name of projects                                                                                                                                                                                                                                                                                          |
| Updated at        | Latest timestamp of collectors                                                                                                                                                                                                                                                                            |

### Action

Clicking ***action*** button after selection of server, you can manage server status

![Action 리스트](/files/-ME1bSX_rTz9OoduXXtd)

* Delete : Removes from server list. Server will not be deleted physically. They will be added after re-collected by collectors.
* Set In-Service/Maintenance/Close : Changing server status.
* Change Project : Changing projects servers is belong to.&#x20;
* Console : Link to AWS Console.

### Export

All information within tables will be exported excel format.

![Excel Export](/files/-ME1bDDwXKml-jPaz3Y5)

## Tab

Provides detailed information about the server. They are consists of tabs below

* Details : Additional information provided(Machine image, Security group, etc..)

![Details tab](/files/-ME1oRhcSnMglxkb8KR5)

* Tag : Grouping server by tagging.
* Member : List of server managers
* History : Chang management of server.
* Monitoring : Monitoring metric informations provided by external monitoring sources(CloudWatch, Azure Monitor, StackDriver..)

![Monitoring tab](/files/-ME1omLhAK-XdINDJ117)

## Search Bar

User can query server easily by suggested keywords.

SpaceONE classify automatically based on major keywords. This allows users to conveniently search through the collected information&#x20;

![Server search bar](/files/-ME1pV84cTz1hTiQIgUO)

Supported keywords contains all parameters defined for server

![searching keyword list](/files/-ME1pr7BFMtCv7G_og9B)


---

# 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://spaceone-dev.gitbook.io/user-guide/inventory/untitled.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.
