---
title: "Action examples - jira getServerInfo with output format 2"
canonical: "https://support.appfire.com/space/ACLI/60561925/Action%20examples%20-%20jira%20getServerInfo%20with%20output%20format%202"
format: markdown
---
> Macro (aura-html)

| Action | getServerInfo |
| --- | --- |
| Description | Output format selection determines the data available for display. |
| Parameters | outputFormat, outputType |
| Command | ```
acli bobswift -a getServerInfo --outputFormat 2 --outputType table
``` |

```


Server info
┌──────────────────────────────┬────────────────────────────────────────┐
│ Product                      │ Jira                                   │
├──────────────────────────────┼────────────────────────────────────────┤
│ Version                      │ 1001.0.0                      │
├──────────────────────────────┼────────────────────────────────────────┤
│ Base URL                     │ https://bobswift.atlassian.net         │
├──────────────────────────────┼────────────────────────────────────────┤
│ Title                        │ Jira for Bob Swift Atlassian Apps      │
├──────────────────────────────┼────────────────────────────────────────┤
│ Build                        │ 100111                                 │
├──────────────────────────────┼────────────────────────────────────────┤
│ Build date                   │ 10/4/19 12:57 AM                       │
├──────────────────────────────┼────────────────────────────────────────┤
│ Current time                 │                                        │
├──────────────────────────────┼────────────────────────────────────────┤
│ License information          │ Not available for this Cloud instance. │
├──────────────────────────────┼────────────────────────────────────────┤
│ Client                       │ jira                                   │
├──────────────────────────────┼────────────────────────────────────────┤
│ User                         │ anonymous                              │
├──────────────────────────────┼────────────────────────────────────────┤
│ Response time (milliseconds) │ 713                                    │
└──────────────────────────────┴────────────────────────────────────────┘

```