You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Attributes

Attribute

type

values

default

mandate

comment

name

string



true


description

string



false


realm

object



false


agents

coll





logonProcedures

coll






/application/create

Examples:
Method:/application/create
Parameters:
{
"attrs":
{
name:"xxx",
description:"an application",
'realm.id':rid2
}
}
Response:
{
"error":0,
"result":{"id":1}
}

/application/selfTest


Examples:
Method:/application/selfTest
Parameters:
{
"id":"appid",
}
Response:
{
"error":0,
"message":"Succeeded"
"result":{"rows":
[
{
"name":"agent",
"passed":true,
"message":"Passed"
},
{
"name":"realm",
"passed":false,
"message":"xxxx"
},
...
]
}

  • No labels