API Guide
"AttributeId": 0,
"CustomId": 0,
"AttributeEditInfoId": 0,
"DisplayName": "iSCSI IQN",
"Description": "iSCSI IQN",
"Value": "iqn.pool1.0000005",
"IsReadOnly": true,
"IsIgnored": false
}
]
},
{
"GroupNameId": 2,
"DisplayName": "Partition",
"SubAttributeGroups": [],
"Attributes":
[
{
"AttributeId": 0,
"CustomId": 0,
"AttributeEditInfoId": 0,
"DisplayName": "Protocol",
"Description": "",
}
]
}
]
}
]
}
]
}
]
}
/api/TemplateService/Actions/
TemplateService.FreeReservedIdentities
This API represents the identities that are reserved for deployment.
POST method for /api/TemplateService/Actions/
TemplateService.FreeReservedIdentities
This method returns the reserved identities information.
Description
Returns information about reserved identities.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example
response body
{
"TemplateId" : <template-id>,
"BaseEntityIds" : [ <entity-id>, <entity-id>, ... ]
}
Configure 173