Get Template Details

Table 1. API: GET Cisco Intersight Template Details
Element Description
API GetCiscoIntersighttemplate
Description API returns cisco intersight template details.
Method GET
URL Http(s)://{xx.xxxx.xx.xx:xxx}/v3/ciscoIntersight/vmware/provisioningEndPoints/{endpointId}/templates
URL Parameters (fields in curly {} braces)
  • endpointId (Mandatory): Unique Identifier of Provisioning Endpoint. It can be any value either PlatformEntityId or Name of the Platform available on Manage Provisioning Platform screen.
  • queryParams (Optional): It is used for filtering and sorting of records. It has three properties, which are as follows:
  • Filter: To filter records based on column name received from output. E.g. Filter="keyname='keyvalue'"
  • Sort Order: To define sorting order either ASC (Ascending) or DESC (descending). E.g. Sortorder="ASC".
  • Page Number: To get the records for related page number. Eg. Pagenumber="1”
  • Page Size: To get the number of records on selected page. Eg. Pagesize="10”
  • For e.g.
    {"filter": "moid=’ 62cbcfe76f72612d30b8839b’","sortorder": "desc", "pagenumber" : "1", "pagesize" : "10"}
Header
  • Authorization Key: The initial step that needs to be performed before consuming HCL BigFix CLM API is to obtain the Token Value for an authorization key. Once a Token value is obtained, it remains valid for all API calls made in a session. For more information on how to do that, refer Token API description.
  • Content-type: application/json
Response
xxxxxx
{
"totalRecords": 0,
"records": {
"name": "string",
"moid": "string",
"type": "string",
"osCode": "string",
"maxCpu": "string",
"maxMemory": "string",
"username": "string",
"status": "string",
"guestOsProfile": "string",
"description": "string",
"inventoryPath": "string",
"dataCenter": {
"name": "string",
"moid": "string"
},
"cluster": {
"name": "string",
"moid": "string"
},
"host": {
"name": "string",
"moid": "string"
},
"organizations": [
{
"name": "string",
"moid": "string"
}
]
}
}
Response Parameters
  • Result:
  • name
  • moid
  • type
  • osCode
  • maxCpu
  • maxMemory
  • username
  • status
  • guestOsProfile
  • description
  • inventoryPath
  • dataCenter
  • cluster
  • host
  • organizations