Vorheriges Thema: Get a Weight Set by UUID

Nächstes Thema: Update the Scale for a Weight Set

Get the Scale for a Weight Set

This web service obtains the scale for the specified weight set.

HTTP Type

GET

Restriction

None. Open to all public users.

URI

{type}/SMI/{version}/weightSetScale/{weightSetUUID}

Parameter

Description

{weightSetUUID}

UUID of the weight set 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 lists all the scalar values for this weight set.

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/weightSetScale/1c3c37f4-e6b8-11df-9332-b37f9d26f570?&key=4f400a9b486c764d3a6ec5f86fe0a2aa&secret=e320f8f11cb88b5ab346d9ab34033d95

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 79,
	"Bean-List": {
		"ResourceWeightSetScaleBean-Bean":[
			{ "name": "WSTest", "scale": "0.2", "characteristic": "Awareness or Visibility", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.2", "characteristic": "Flexibility", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.333", "characteristic": "Portability", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.333", "characteristic": "Replaceability", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.2", "characteristic": "Adaptability", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.2", "characteristic": "Capacity or Elasticity", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.143", "characteristic": "Risk", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.25", "characteristic": "Provider", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.167", "characteristic": "Business Stability", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" },
			{ "name": "WSTest", "scale": "0.167", "characteristic": "Certifications", "createdBy": "adminUser@ca.com", "creationDate": "2011-03-17 22:41:31.0" }
.
. {More Data Here}
.					]
		    }
	}
}