Advanced
Тема интерфейса

Querying System Parameters in a Profile

Use --cli-profile to specify the name of the profile to be queried. If no profile is specified, the default profile is queried. The query result can be output in a table or in JSON or TSV format. By default, the query result is output in JSON format. The command for querying system parameters in a profile is as follows:

cloud configure show [--cli-profile=${profileName}]

cloud configure show --cli-profile=test
{
"name": "test",
"mode": "AKSK",
"accessKeyId": "8NV****IOV",
"secretAccessKey": "****",
"securityToken": "",
"region": "ru-moscow-1",
"projectId": "",
"domainId": "",
"skipSecureVerify": "false",
"readTimeout": 10,
"connectTimeout": 5,
"retryCount": 0
}