# mgmt-api-server

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir <mark style="color:red;">`mgmt-api-server`</mark>  komutuyla  ile ilgili konfigürasyon işlemlerinin gerçekleştirilebileceği <mark style="color:red;">`hostname(config-)#`</mark> bölümüne geçiş yapılır. u bölümde web arayüzde **Configuration ->** sekmesinde gerçekleştirilebilen konfigürasyonlar için gerekli komutlar bulunur.&#x20;

```
parta_Document(config)# mgmt-api-server 
parta_Document(config-mgmt-api-server)# ?
profile                  API Client Profile
server-ip                API Server IP address
server-port              API Server Port Number
tls-enable               Enable/Disable TLS for API Server

parta_Document(config-mgmt-api-server)# profile [Name] 
parta_Document(config-api-profile-[Name])# ?
client-id                Client Profile
client-secret            Client Secret
profile                  API Client Profile

parta_Document(config-api-profile-[Name])# client-id [ClientID]
parta_Document(config-api-profile-[Name])# client-secret [Secret] 

parta_Document(config-mgmt-api-server)# server-ip [IP] 
parta_Document(config-mgmt-api-server)# server-port [Port] 

parta_Document(config-mgmt-api-server)# tls-enable 
no                       Disable TLS
yes                      Enable TLS




```


---

# 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.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-konfigurasyon-komutlari/mgmt-api-server.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.
