Vorheriges Thema: Get the Service Score by Category

Nächstes Thema: Get the Demographic Score

Get the Service Score by Provider

This web service lists the natural score of all the services that belong to a specific provider.

HTTP Type

GET

Restriction

Limited. Open to all public users with the following limitation:

This web service only lists services approved by the Cloud Commons Consortium. Services created by the user making the request are also listed, even if the service has not been approved.

URI

{type}/SMI/{version}/provider/{provider_name}/services_and_naturalscore

Parameter

Description

{provider_Name}

The name of the provider being queried.

&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:

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/provider/Google/services_and_naturalscore?key=98ce4910fc7f6fdb7af270ea9b3162b6&secret=eafe362499ecead24b3092ec12853590

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 3,
	"Bean-List": {
		"ResourceServiceNaturalScore-Bean":[
			{ "serviceName": "AppEngine", "overallScore": "49", "qualityScore": "51", "agilityScore": "45", "riskScore": "48", "capabilityScore": "51", "costScore": "46", "securityScore": "51", },
			{ "serviceName": "Expresso", "overallScore": "52", "qualityScore": "51", "agilityScore": "53", "riskScore": "52", "capabilityScore": "50", "costScore": "58", "securityScore": "48", },
			{ "serviceName": "Gmail", "overallScore": "47", "qualityScore": "47", "agilityScore": "50", "riskScore": "54", "capabilityScore": "50", "costScore": "38", "securityScore": "43", }
					]
		     }
	}
}