Rubrique précédente: Initial Resources

Rubrique suivante: Show SMI Versions

Show SMI

This web service shows the next level of SMI.

HTTP Type

GET

Restriction

None. Open to all public users.

URI

{type}

Parameter

Description

N/A

No parameters required.

Example:

This following URI will simply show “SMI”. This web service call is reserved for future use and at this time will not show anything different.

https://smi.cloudcommons.com:8443/Insight_API/json

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 1,
	"Bean-List": {
		"ResourceString-Bean":[
			{ "characteristic": "SMI" }
					]

		    }
	}
}