Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples:
Method:/application/create

Parameters:{

Code Block
languagejs
{
	"attrs":

...


	{
		name: "xxx",

...


		description: "an application",

...


		"realm.id

...

": "rid2

...

"
	}

...


}

Response:{

Code Block
languagejs
{
	"error":0,

...


	"result":{"id":

...

"appid"}

...


} 


Anchor
_Toc341972619
_Toc341972619
/application/selfTest

...

unmigrated-wiki-markup

+Examples:+
Method: /application/selfTest

Parameters: \ 

Code Block
languagejs
{

...

	"id":"appid",

...

}

Response: \ 

Code Block
languagejs
{

...

	"error":0,

...

	"message":"Succeeded"
	"result":

...

{
		"rows":

...

		[

...

			{
				"name":"agent",

...


				"passed":true,
				"message":"Passed"

...

			},

...

			{
				"name":"realm",

...


				"passed":false,
				"message":"xxxx"

...

			},
			...

...

		]
	}
}