This web service lists all the available measures.
GET
None. Open to all public users.
{type}/SMI/{version}/measures
|
Parameter |
Description |
|
&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. |
|
&sort |
Valid values are: "name" and "CreatedOn". If not defined, no sorting is performed. |
Example:
The following URI displays all available measures defined in the global SMI DB. The data returned shows the measures UUID, name, description and the SMI characteristic it belongs to.
https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/measures?page=1&rows=10&key=df3936ec01c5d3adf9f0048116cd5b84&secret=13f6232ebf484e57103cd4ac234a22aa
Sample output of successful execution:
{
"result":
{
"returnCode": "0",
"errorMessage": "Operation Successful.",
"resultCount": 10,
"Bean-List": {
"ResourceMeasure-Bean":[
{ "uuid": "c791d9e0-9980-11df-b747-93be55be4ac3", "name": "Total service time", "description ": "Total service time spent", "characteristic ": "Maintainability" },
{ "uuid": "c7943c44-9980-11df-acf9-9be0fbb4d52a", "name": "Total downtime", "description ": "Total time system is record as unavailable", "characteristic ": "Maintainability" },
{ "uuid": "c79b6366-9980-11df-a03c-5f160c90627c", "name": "Number of configuration changes", "description ": "Total number of configuration changes", "characteristic ": "Maintainability" },
{ "uuid": "c79dc5ca-9980-11df-b45d-0b301f73f3eb", "name": "Avg resolution time for priority 1 incidents", "description ": "The average response time of priority 1 tickets (Service Down)", "characteristic ": "Supportability" },
{ "uuid": "c79dc5ca-9980-11df-ad6f-6f46d45ebfba", "name": "Avg resolution time for priority 2 incidents", "description ": "The average response time of priority 2 tickets (Service Severely impacted)", "characteristic ": "Supportability" },
{ "uuid": "c7a28a88-9980-11df-a896-bbb8d90be3ff", "name": "Percentage time spend with priority x in open status (1 and 2)", "description ": "An indication of severity as based on set rules", "characteristic ": "Supportability" },
{ "uuid": "c7a4ecec-9980-11df-a5c7-3b9e241e3821", "name": "Number of records (incidents...problems...changes) where a continuity plan was put in place", "description ": "Identification of work related to continuity", "characteristic ": "Service Continuity" },
{ "uuid": "c7a4ecec-9980-11df-b057-33d3fa5f59b0", "name": "Percent of service availability (all times)", "description ": "Percent of availability based on specific timeframe", "characteristic ": "Reliability" },
{ "uuid": "c7a74f50-9980-11df-a87d-9321b6f8ffcd", "name": "MTBF (Mean Time Between Failures or Sev or Pri 1)", "description ": "Time between failures (system is down not just compromised)", "characteristic ": "Reliability" },
{ "uuid": "c7a9b1aa-9980-11df-a952-732b9938e15f", "name": "Percentage of Service Availability (Planned times)", "description ": "Total mount of outage time (system down)", "characteristic ": "Reliability" }
]
}
}
}
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |