Vorheriges Thema: Get All Indicators

Nächstes Thema: Set an Indicator Value

Get All Indicators for a Characteristic

This web service lists all indicators for a specific characteristic.

HTTP Type

GET

Restriction

None. Open to all public users.

URI

{type}/SMI/{version}/indicator/{characteristic}

Parameter

Description

{characteristic}

The name of the SMI characteristic from which you want to start. This can be defined as a hierarchical structure, like the structure of a directory.

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

&page

Defines the page number to display.

&rows

Defines the number of records to display per page.

Example:

This URI displays all available indicators defined in the global SMI DB to a specific characteristic.

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/indicator/Overall/Quality/Serviceability/Maintainability?page=1&rows=20&key=df3936ec01c5d3adf9f0048116cd5b84&secret=13f6232ebf484e57103cd4ac234a22aa

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 3,
	"Bean-List": {
		"ResourceIndicator-Bean":[
			{ "name ": "Maintainability_indOne", "uuid ": "22bcca66-bbfd-11df-b5c1-8372b9264e5c", "description ": "For ~QHV~, does the provider respond to needed changes in a timely manner? + For ~QHV~, does the provider respond to needed changes in a timely manner?", "characteristic ": "Maintainability", },
			{ "name ": "Maintainability_indTwo", "uuid ": "a062b79f-5d45-45e3-a921-2e95d9874f74", "description ": "For the service, does the provider respond to needed changes in a timely manner?", "characteristic ": "Maintainability", },
			{ "name ": "Maintainability_indThree", "uuid ": "4ec939a4-8bb4-4960-8cc8-655e0d9c307e", "description ": "If Yes How would you rate the impact of changes made by the provider on the overall service?", "characteristic ": "Maintainability", }
		]

		}
	}
}