Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mar8x authored Oct 22, 2020
1 parent 3048ee9 commit 7e6d84c
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@ Either you browse the login form from the UI or get the possible options/fields
```shell
curl -k -H "Accept: application/json" https://localhost:4433/login/
```
Exemple from v7.0.0:
Example:
```json
{
"accept_header_suffix": "+json",
"api_version": 11,
"api_version": 0,
"content_type_header": "application/json",
"loginFormFields": {
"controllerURL": "",
Expand All @@ -251,31 +251,36 @@ Exemple from v7.0.0:
"providerName": "",
"apiVersion": 0,
"acceptHeaderSuffix": "",
"contentTypeHeader": "",
"label": "",
"machineId": "",
"showToken": "",
"skipVerifySSL": "",
"dumpAGResponse": "",
"autoTokenRenewal": "",
"renewToken": "",
"promCollector": "",
"showToken": false,
"skipVerifySSL": false,
"dumpAGResponse": false,
"autoTokenRenewal": false,
"renewToken": false,
"contentTypeHeader": "",
"promCollector": false,
"promTargetName": "",
"promLabelExporter": "",
"promLabelEnvironment": "",
"promLabelGroup": "",
"promLabelSite": "",
"promLabelRegion": "",
"PromLabelRegion": "",
"promLabelCountry": "",
"promLabelCustomer": "",
"promLabelCostID": "",
"kmsBlob": "",
"kmsBlob": false,
"kmsProvider": "",
"kmsKey": "",
"kmsRegion": ""
"kmsRegion": "",
"azureVault": false,
"azureVaultName": "",
"azureClientID": "",
"azureSecretName": ""
},
"pageinfo": "login page"
}
```
From Version 7.4 JSON values are now separated from the form login, so they are treated all as proper data types (e.g booleans are bool and not string literals).
Expand Down

0 comments on commit 7e6d84c

Please sign in to comment.