HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

deleteOrganization
Deletes an organization with no resource assignments or existing services.
This operation may be performed only by an infrastructure orchestration
Administrator.
deleteOrganizationName
The ID or name of the organization to delete.String
organizationName
Parameters
noneReturns
InvalidParameterExceptionExceptions
OrganizationNotFound
Exception
IOSoapException
assignTemplateToOrganization
Assigns a template to an organization. A single template can be assigned
to multiple organizations. It also remains in the Service Provider template
assignTemplateTo
Organization
Name
set. The operation has no effect if the template is already assigned to
the organization. This operation may be performed only by an
infrastructure orchestration Administrator.
The template to be assigned to an organization.String templateNameParameters
The ID or name of the organization to which to assign the template.String
organizationName
noneReturns
InvalidParameterExceptionExceptions
No template exists with given template name.TemplateNotFound
Exception
OrganizationNotFound
Exception
IOSoapException
unassignTemplateFromOrganization
Unassigns a template from an organization. The operation has no effect
if the template is not assigned to the organization. A template may be
unassignTemplateFrom
Organization
Name
unassigned even if services in the organization were created from it. This
operation may be performed only by an infrastructure orchestration
Administrator.
The template to be unassigned from an organization.String templateNameParameters
The ID or name of the organization from which to unassign the template.String
organizationName
noneReturns
InvalidParameterExceptionExceptions
No template exists with given template name.TemplateNotFound
Exception
OrganizationNotFound
Exception
IOSoapException
Organization 43