---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# View profiles

# View profiles {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

View all connection profiles set in the configuration file, or view information about a specific profile.

## Antes de Iniciar

A default profile must first exist to communicate with an instance.

Role required: none.

## Por Que e Quando Desempenhar Esta Tarefa

For each profile, the CLI displays host information, version details, user name,
login method, and preferred output format. It does not display sensitive information
such as passwords or client IDs.

## Procedimento

Open your system's command-line tool and execute this command.  
Include the `[--profile profile-name]` argument to view the
connection information for a single profile. Otherwise, the CLI lists
information for all profiles.

    $ snc configure profile list [--profile profile-name]

This command displays all configured profiles.  

    $ snc configure profile list

The CLI provides the following output.  

    {
       "profiles":{
          "default":{
          "host":"https://myinstance.service-now.com",
          "loginmethod":"basic",
          "username":"admin",
          "output":"json",
          "hostversion":"Paris",
          "appversion":"1.0"
       }
    }


