API Guide

Table Of Contents
Uniqueness validations. Many models require unique names. Notable models include ServiceTempate,
Deployment, Network, User. This violation returns a 409 HTTP response in these cases.
Relationship constraints. In the case of deletion, an exception will occur when trying to delete an
entity which is being used by another entity.
In a ServiceTemplate containing a Server component, if a hostname is supplied in addition to a
hostname_template (hostname generator ), this will not generate a validation exception and the
behavior is to use the hostname_template over the supplied hostname.
17