Cisco Prime Infrastructure API
Prime Infrastructure API Documentation

GET statisticsService/resourceTypes

Fetches the various resources that support statistics service APIs

Since Product Version: 3.1

Resource Information

Rate Limiting?

No

Sorting?

No

Paging?

No

Filtering?

No

Group Filtering?

No

Aggregation?

No

Response Formats

xml

json

User Group

NBI Read

HTTP Methods

GET

Resource URL

/webacs/api/v2/op/statisticsService/resourceTypes

Response Parameters

Attribute Description

supportedResources Arrow image SupportedResourceDTO[]

List of supported resources

Sample Payloads

Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.

Sample XML Response Payload

https://localhost/webacs/api/v2/op/statisticsService/resourceTypes

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/statisticsService/resourceTypes
					" rootUrl="https://localhost/webacs/api/v2/op">
  <supportedResourcesDTO>
    <supportedResources>
      <supportedResources>
        <description>String value</description>
        <name>String value</name>
        <path>
          <naturalKeyName>String value</naturalKeyName>
          <paramsToQuery>String value</paramsToQuery>
          <queryParamName>String value</queryParamName>
          <resourceLinks>
            <resourceLinks>
              <naturalKeyName>String value</naturalKeyName>
              <paramsToQuery>String value</paramsToQuery>
              <queryParamName>String value</queryParamName>
              <resourceLinks></resourceLinks>
              <resourceType>String value</resourceType>
              <url>String value</url>
            </resourceLinks>
          </resourceLinks>
          <resourceType>String value</resourceType>
          <url>String value</url>
        </path>
        <type>String value</type>
      </supportedResources>
    </supportedResources>
  </supportedResourcesDTO>
</mgmtResponse>

Sample JSON Response Payload

https://localhost/webacs/api/v2/op/statisticsService/resourceTypes .json

{
  "mgmtResponse" : {
    "@requestUrl" : "https://localhost/webacs/api/v2/op/statisticsService/resourceTypes\n\t\t\t\t\t",
    "@responseType" : "operation",
    "@rootUrl" : "https://localhost/webacs/api/v2/op",
    "supportedResourcesDTO" : [ {
      "supportedResources" : {
        "supportedResources" : [ {
          "description" : "String value",
          "name" : "String value",
          "path" : {
            "naturalKeyName" : "String value",
            "paramsToQuery" : "String value",
            "queryParamName" : "String value",
            "resourceLinks" : {
              "resourceLinks" : [ {
                "naturalKeyName" : "String value",
                "paramsToQuery" : "String value",
                "queryParamName" : "String value",
                "resourceLinks" : {
                  "resourceLinks" : [ ]
                },
                "resourceType" : "String value",
                "url" : "String value"
              } ]
            },
            "resourceType" : "String value",
            "url" : "String value"
          },
          "type" : "String value"
        } ]
      }
    } ]
  }
}