Rubrique précédente: Show SMI Versions

Rubrique suivante: Show All SMI Characteristics

Show All Web Services

This web service displays a list of all supported web services that may be used.

HTTP Type

GET

Restriction

None. Open to all public users.

URI

{type}/SMI/{version}

Parameter

Description

N/A

No parameters required.

Example:

The following URI displays the next level web services currently supported.

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5?page=1&rows=10

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 10,
	"Bean-List": {
		"ResourceString-Bean":[
			{ "characteristic": "/categories" },
			{ "characteristic": "/category/categoryUUID" },
			{ "characteristic": "/category/create?name=categoryName&desc=categoryDescription" },
			{ "characteristic": "/category/categoryUUID/service" },
			{ "characteristic": "/providers" },
			{ "characteristic": "/provider/providerUUID" },
			{ "characteristic": "/provider/providerUUID/service" },
			{ "characteristic": "/provider/create?name=providerName&url=companySiteURL&desc=providerDescription&yrs=yearInBusiness&desg=bussDesignation" },
			{ "characteristic": "/services" },
			{ "characteristic": "/service/serviceUUID" },
				]
		    }
	}
}