Click or drag to resize

IWsEndUserSetInsertAssistanceRequest Method

Note: This API is now obsolete.

This method is aimed to insert an assistance request. User can specify subject, body of the request and optionally a virtual server involved. Request status will be “Draft” so the system will not send the request to the assistance team. User must insert email address, full name and phone number .

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("No more supported, check knowledge base for more information.")]
[OperationContractAttribute]
WsResult SetInsertAssistanceRequest(
	NewAssistanceRequest newAssistanceRequest
)

Parameters

newAssistanceRequest
Type: Aruba.Cloud.Provisioning.EntitiesNewAssistanceRequest

Return Value

Type: WsResult
Exceptions
ExceptionCondition
NotSupportedExceptionNo more supported, check knowledge base for more information
Examples