API Guide
HTTP response
codes
200
Example request
body
{
"UriPath": "https://[ IP Address ]"
}
Example response
body
{
"Version": "3",
"Subject": "ST=Texas, C=USA, O=Dell Inc., L=Round Rock, CN=OMEDEV-DAHIR",
"SignatureAlgorithm": "SHA1withRSA",
"SignatureAlgorithmOid": "1.2.840.113549.1.1.5",
"PublicKey": "X.509",
"ValidityFrom": "Wed Sep 17 12:49:56 UTC 2014",
"ValidityTo": "Tue Sep 18 12:49:56 UTC 2074",
"Issuer": "ST=Texas, C=USA, O=Dell Inc., L=Round Rock, CN=OMEDEV-DAHIR",
"SerialNumber": "1183094576064516206207594277304256693"
}
Deploy
/api/TemplateService/TemplateTypes
This URI represents the types of templates.
GET method for TemplateTypes
This method returns information about each type of template, indicating the types of devices for which configuration is supported, such as
chassis and servers.
Description
Returns information for each supported template type.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(TemplateService.TemplateTypeModel)", "@odata.count": 4,
"value":
[
{
"@odata.id": "/api/TemplateService/TemplateTypes(0)", "Id": 0,
"Name": "None", "ConfigurationSections": []
},
{
"@odata.id": "/api/TemplateService/TemplateTypes(2)", "Id": 2,
"Name": "Server", "ConfigurationSections": []
},
{
"@odata.id": "/api/TemplateService/TemplateTypes(4)", "Id": 4,
"Name": "Chassis", "ConfigurationSections": []
},
{
"@odata.id": "/api/TemplateService/TemplateTypes(3)", "Id": 3,
"Name": "IO Module", "ConfigurationSections": []
}
]
}
Configure 139