---
title: "API Configuration"
slug: "api-configurations"
updated: 2026-02-27T10:46:02Z
published: 2026-02-27T10:46:02Z
canonical: "help.symphonysummitai.com/api-configurations"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.symphonysummitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Configuration

## Overview

To discover multiple type of devices, Application now offers API based discovery. Based on the API configuration, the Servers, Networks, Links, Printers, and Laptop devices in the organization can be identified or define to establish connection with the configured APIs. It identifies or supports all the devices wherever an APIs is required.

**Using API configuration, you can**:

- Establish connection with the API.
- Manage Repository of templates.
- Append API based discovery.
- Sending Notification.
- Maintaining Logs and reports.

**User Persona** – Administrator

**Business Benefits**

- Identifying devices that are un-operational.
- Better data related to troubleshooting, by checking the logs of devices that are inactive.
- Sending email notifications for devices that are inactive.

## Creating API Configuration

An API Configuration enables to you to create API configuration using which you can discover multiple devices.

**To create an API Configuration**:

1. Navigate to **Admin > Discovery & Monitoring > General > API Configuration**. An API Configuration screen appears.

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP1(1).png)

Figure: API Configuration
2. Select the configured **Tenant** name from the list.
3. Enter the required details. For more information about the fields on the API Configuration page see, **Field Description**.
4. Click **Submit**.

**Field Description**

| **Field** | **Description** |
| --- | --- |
| Tenant | Select the Tenant’s name configured in the Tenant page. For more information, see Configuration Tenant. |
| API Configuration List | The list of previously configured API appears in the list. You can search the specific API by entering the name in the **Search API Configurations** field. On selecting the API name the details of the API appears on the API CONFIG DETAILS section. **Note**: Select the **Include Inactive** check box to include the inactive API in the API Configuration List. |
| **API CONFIG DETAILS** |
| API Config Name | Enter the API config name while creating a new API or the previously configured API config name appears on selection from API Configuration List. This is a mandatory field. |
| Environment | Select the environment name from the list. This is a mandatory field. |
| Module | Select the module name from the list. This is a mandatory field. |
| Active | Select the check box to make the **API Config Details** active. This check box is enabled, by default. |
| **API DETAILS** |
| API NAME | Enter the API name for the API configuration. You can configure multiple APIs for an API configuration. |
| Method | Select the standard API method from the list. The options are: - GET – To fetch the information. - POST – To create a new entry. - PUT - To update the information. |
| API Timeout (In seconds) | Type in the API Timeout value (in millisecond). Based on the entered timeframe the API is timed out. |
| **Params** |
| Key | Specify the key. |
| Value Key | Select the value of the key. The field contains the following values: - Static - API |
| API | Select previously configured API name from the list. |
| API Element | Select an API element name configured for the selected API appears in the list. |
| Value | Specify the value. This field is enabled if the **Value Type** is selected as ‘*Static’*. |
| Description | Type in a brief description about the parameter. |
| Action | Click ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP2.png) to add the specified parameters. |
| **Authentication** |
| Authentication Type | Select the pre-defined authentication values of the list. The listed values are: 1. No Authentication 2. API Key - Specify the API key details. ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP3.png) 3. Bearer Token - Specify the token. ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP4.png) 4. Basic - Specify the credentials for the authentication. ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP5.png) 5. OAuth 2.0 - Enter the required auth details. ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP6.png) |
| **Headers** |
| Key | Specify the key. |
| Value Key | Select the value of the key. The field contains the following values: - Static - API |
| API | Select previously configured API name from the list. |
| API Element | Select the API element name. The API element configured for the selected API appears in the list. |
| Value | Specify the value. This field is enabled if the **Value Type** is selected as ‘*Static’*. |
| Description | Type in a brief description about the headers. |
| Action | Click ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/AP2(1).png) to add the specified parameters. |
| **Body** |
| Request Type | Select the Request Type from the list. Based on Request Type, the actions occur. |
| **Response** |
| Status | The standard HTTP status codes are displayed to indicate whether the API request is executed successfully or not. Following are the standards response codes: - Successful Responses (200-299) - Client Errors (400-499) - Server Errors (500-599) |
| Description | The description of the API response appears. |

## Modifying API Configuration

You are enables to edit the API Configuration based on the requirements.

**To modify API configuration**:

1. Navigate to **Admin > Discovery & Monitoring > API Configuration**. The API Configuration screen appears.
2. Select the configured **Tenant** name from the list.
3. Click the configured API from **API Configuration List**. The detail of configured API appears in the API detail sections.
4. Click Edit to edit the previously configured API. The configured details appear.
5. Edit the required fields and click **SUBMIT** to update the modified details.

The different icons and buttons that are available in the API Configuration screen are explained in the following table:

| **Click** | **To...** |
| --- | --- |
| Edit | edit the configured API. |
| Delete | delete the configured API. |
| Add To List | add the configured parameters to the list. |
| Submit | save the configured API configuration. |
| Cancel | cancel the configured API. |
| Test | test the configured API URL. Click **TEST** to view the result in **Response** tab. |
