Vorheriges Thema: Get All Providers

Nächstes Thema: Get All Services by Provider UUID

Get a Provider by UUID

This web service lists information for a specific provider by UUID.

HTTP Type

GET

Restriction

None. Open to all public users.

URI

{type}/SMI/{version}/provider/{providerUUID}

Parameter

Description

{providerUUID}

UUID of the provider to query.

&key

The API Key that is provided when your application has been registered.

&secret

The Shared Secret that is provided when your application has been registered.

Example:

The following URI displays the provider "Google" and its specific data.

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/provider/50fc741c-5447-11df-823a-8f98fa01fa88?&key=52da1e089a5a8ee3d3ccf38254f5e8b8&secret=9a31daab4f41ac1897c102339283e303

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 1,
	"Bean-List": {
		"ResourceProvider-Bean":[
			{ "uuid": "50fc741c-5447-11df-823a-8f98fa01fa88", "name": "Google", "companySiteURL": "http://www.gmail.com", "description": "Read Gmail on your mobile phone by pointing your phone's web browser to http://gmail.com/app. Learn more. Lots of space. Over 2757.272164 megabytes (and ... www.gmail.com/ ", "providerTypeId": "null", "bussDesignation": "null", "firstName": "null", "lastName": "null", "telephone": "null", "fax": "null", "email": "null", "title": "null", "streetAddress1": "null", "city": "null", "state": "null", "postalCode": "null", "country": "null", "yrsInBuss": "null", "streetAddress2": "null" }
					]
		     }
	}
}