Skip to main content

H5Viewer Token

Login H5Viewer via a validate token which is valid for two minutes. The token can be obtain by following request. The responding properties are mentioned in Account Service Property

Request

GET https://{{ip}}/redfish/v1/AccountService
Content-Type: application/json

Response

{
"@odata.context": "/redfish/v1/$metadata#AccountService.AccountService",
"@odata.etag": "\"1603782946\"",
"@odata.id": "/redfish/v1/AccountService",
"@odata.type": "#AccountService.v1_5_0.AccountService",
"AccountLockoutCounterResetAfter": 30,
"AccountLockoutCounterResetEnabled": true,
"AccountLockoutDuration": 30,
"AccountLockoutThreshold": 5,
,…
"Oem": {
"Ami": {

"H5ViewerToken": "z5rrFApI1bdVtKqX",

}

}

}