Click or drag to resize
INativeApi Interface
Atomia Provisioning Native API WCF interface.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
public interface INativeApi

The INativeApi type exposes the following members.

Methods
  NameDescription
Public methodChangeServiceStatus
Changes the service status.
Public methodCheckProvisioningRequestStatus
Checks the status of provisioning requests.
Public methodContinueProvisioningRequest
Continue interrupted provisioning request.
Public methodDeleteServiceAsync
Deletes the specified service instance. If operation fails exception will be thrown.
Public methodEcho
Echoes the specified message.
Public methodGetProvisioningRequestsForAccount
Gets the provisioning requests for account.
Public methodGetServicesInvolvedInRequest
Gets the services involved in request.
Public methodListChildServicesByStatus
Lists the child services by status.
Public methodListServiceByName
Gets all services with specific name.
Public methodListServices
Lists the services filtered by HQL query filter.
Public methodListServicesByNameAndPropValues
Lists the services with specific name filtered by service property values.
Public methodListServicesOnResource
Lists all services located on specific resource.
Public methodReleaseAccount
Releases the account.
Public methodReleasePackage
Releases the package.
Public methodReleaseServices
Releases the services.
Public methodSendProvisioningRequest
Sends the provisioning request to engine.
Top
See Also