Net3 API Interface for Customer Portal

<back to all web services

UpdateBackupCustomerEdition

Update Backup Customer Edition

Requires Authentication
The following routes are available for this service:
PUT/backup/backupcustomer/Edition
UpdateBackupCustomerEdition Parameters:
NameParameterData TypeRequiredDescription
locationbodystringNoURL for underlying backup system
uuidbodystringNoUUID of Backup Customer
updateEditionbodyUpdateEditionNoEdition to Update
environmentbodyN3TEnvironmentNoEnvironment

Allowable Values

  • DEV
  • QA
  • UAT
  • PROD
  • DEMO
  • EXT
UpdateEdition Parameters:
NameParameterData TypeRequiredDescription
target_editionformstringNo
application_idformstringNo
N3TEnvironment Enum:
DEV
QA
UAT
PROD
DEMO
EXT
UpdateBackupCustomerEditionResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformExecuteResult<OfferingItemSuccess>No
ResponseStatusformResponseStatusNo
ExecuteResult<T> Parameters:
NameParameterData TypeRequiredDescription
HasErrorformboolNo
MessageformstringNo
ResultformTNo
ExceptionformExceptionNo
OfferingItemSuccess Parameters:
NameParameterData TypeRequiredDescription
itemsformList<SuccessItem>No
timestampformDateTimeNo
SuccessItem Parameters:
NameParameterData TypeRequiredDescription
measurement_unitformstringNo
usage_nameformstringNo
application_idformstringNo
tenant_idformstringNo
updated_atformDateTimeNo
deleted_atformObjectNo
typeformstringNo
editionformstringNo
nameformstringNo
lockedformbool?No
statusformintNo
quotaformQuotaNo
infra_idformstringNo
Quota Parameters:
NameParameterData TypeRequiredDescription
versionformlongNo
overageformlong?No
valueformlong?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /backup/backupcustomer/Edition HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"location":"String","uuid":"String","updateEdition":{"target_edition":"String","application_id":"String"},"environment":"DEV"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"result":{"hasError":false,"message":"String","result":{"items":[{"measurement_unit":"String","usage_name":"String","application_id":"String","tenant_id":"String","updated_at":"\/Date(-62135596800000-0000)\/","deleted_at":{},"type":"String","edition":"String","name":"String","locked":false,"status":0,"quota":{"version":0,"overage":0,"value":0},"infra_id":"String"}],"timestamp":"\/Date(-62135596800000-0000)\/"},"exception":"Exception of type 'System.Exception' was thrown."},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}