openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 83.3 kB
JSON
{"openapi":"3.0.0","info":{"title":"DataBoxManagementClient","version":"2018-01-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"databox","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.DataBox/operations":{"get":{"description":"This method gets all the operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The supported operations list.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationList"},"examples":{"OperationsGet":{"$ref":"#/components/examples/OperationsGet"}}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs":{"get":{"description":"Lists all the jobs available under the subscription.","operationId":"Jobs_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"List of jobs available under the subscription.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResourceList"},"examples":{"JobsList":{"$ref":"#/components/examples/JobsList"}}}}}},"tags":["Jobs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/availableSkus":{"post":{"description":"This method provides the list of available skus for the given subscription and location.","operationId":"Service_ListAvailableSkus","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableSkuRequest"}}},"description":"Filters for showing the available skus.","required":true},"responses":{"200":{"description":"The list of available skus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableSkusResult"},"examples":{"AvailableSkusPost":{"$ref":"#/components/examples/AvailableSkusPost"}}}}}},"tags":["Service"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress":{"post":{"description":"This method validates the customer shipping address and provide alternate addresses if any.","operationId":"Service_ValidateAddress","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateAddress"}}},"description":"Shipping address of the customer.","required":true},"responses":{"200":{"description":"The valid and alternate addresses.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddressValidationOutput"},"examples":{"ValidateAddressPost":{"$ref":"#/components/examples/ValidateAddressPost"}}}}}},"tags":["Service"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs":{"get":{"description":"Lists all the jobs available under the given resource group.","operationId":"Jobs_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"List of jobs by resource group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResourceList"},"examples":{"JobsListByResourceGroup":{"$ref":"#/components/examples/JobsListByResourceGroup"}}}}}},"tags":["Jobs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}":{"delete":{"description":"Deletes a job.","operationId":"Jobs_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted request for delete Job."},"204":{"description":"Job deleted."}},"tags":["Jobs"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about the specified job.","operationId":"Jobs_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"$expand is supported on details parameter for job, which provides details on the job stages.","in":"query","name":"$expand","required":false,"schema":{"type":"string"},"examples":{"JobsGet2":{"value":"details"},"JobsGet3":{"value":"details"},"JobsGet4":{"value":"details"},"JobsGet5":{"value":"details"}}}],"responses":{"200":{"description":"Job object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResource"},"examples":{"JobsGet":{"$ref":"#/components/examples/JobsGet"},"JobsGet1":{"$ref":"#/components/examples/JobsGet1"},"JobsGet2":{"$ref":"#/components/examples/JobsGet2"},"JobsGet3":{"$ref":"#/components/examples/JobsGet3"},"JobsGet4":{"$ref":"#/components/examples/JobsGet4"},"JobsGet5":{"$ref":"#/components/examples/JobsGet5"}}}}}},"tags":["Jobs"]},"patch":{"description":"Updates the properties of an existing job.","operationId":"Jobs_Update","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"Defines the If-Match condition. The patch will be performed only if the ETag of the job on the server matches this value.","in":"header","name":"If-Match","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResourceUpdateParameter"}}},"description":"Job update parameters from request body.","required":true},"responses":{"200":{"description":"Job object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResource"},"examples":{"JobsPatch":{"$ref":"#/components/examples/JobsPatch"}}}}},"202":{"description":"Accepted request for job updated."}},"tags":["Jobs"],"x-ms-long-running-operation":true},"put":{"description":"Creates a new job with the specified parameters. Existing job cannot be updated with this API and should instead be updated with the Update job API.","operationId":"Jobs_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResource"}}},"description":"Job details from request body.","required":true},"responses":{"200":{"description":"Job object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResource"},"examples":{"JobsCreate":{"$ref":"#/components/examples/JobsCreate"}}}}},"202":{"description":"Accepted request for create Job."}},"tags":["Jobs"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/bookShipmentPickUp":{"post":{"description":"Book shipment pick up.","operationId":"Jobs_BookShipmentPickUp","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShipmentPickUpRequest"}}},"description":"Details of shipment pick up request.","required":true},"responses":{"200":{"description":"Booked shipment pick up successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShipmentPickUpResponse"},"examples":{"BookShipmentPickupPost":{"$ref":"#/components/examples/BookShipmentPickupPost"}}}}}},"tags":["Jobs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/cancel":{"post":{"description":"CancelJob.","operationId":"Jobs_Cancel","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancellationReason"}}},"description":"Reason for cancellation.","required":true},"responses":{"204":{"description":"Job cancelled."}},"tags":["Jobs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/listCredentials":{"post":{"description":"This method gets the unencrypted secrets related to the job.","operationId":"Jobs_ListCredentials","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/jobNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"List of unencrypted credentials of the job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnencryptedCredentialsList"},"examples":{"JobsListCredentials":{"$ref":"#/components/examples/JobsListCredentials"}}}}}},"tags":["Jobs"],"x-ms-pageable":{}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"OperationsGet":{"value":{"value":[{"display":{"description":"Cancels an order in progress.","operation":"Cancel","provider":"Azure Data Box","resource":"Orders"},"name":"Microsoft.DataBox/jobs/cancel/action","origin":"user","properties":{}},{"display":{"description":"Allows to book a pick up for return shipments.","operation":"Book Shipment Pick Up","provider":"Azure Data Box","resource":"Orders"},"name":"Microsoft.DataBox/jobs/bookShipmentPickUp/action","origin":"user","properties":{}},{"display":{"description":"List or get the Orders","operation":"List Orders","provider":"Azure Data Box","resource":"Orders"},"name":"Microsoft.DataBox/jobs/read","origin":"user","properties":{}},{"display":{"description":"Delete the Orders","operation":"Delete Orders","provider":"Azure Data Box","resource":"Orders"},"name":"Microsoft.DataBox/jobs/delete","origin":"user","properties":{}},{"display":{"description":"Create or update the Orders","operation":"Create or Update Orders","provider":"Azure Data Box","resource":"Orders"},"name":"Microsoft.DataBox/jobs/write","origin":"user","properties":{}},{"display":{"description":"Lists the unencrypted credentials related to the order.","operation":"List Credentials","provider":"Azure Data Box","resource":"Orders"},"name":"Microsoft.DataBox/jobs/listCredentials/action","origin":"user","properties":{}},{"display":{"description":"Validates the shipping address and provides alternate addresses if any.","operation":"Validate Address","provider":"Azure Data Box","resource":"Validate Address"},"name":"Microsoft.DataBox/locations/validateAddress/action","origin":"user","properties":{}},{"display":{"description":"This method returns the list of available skus.","operation":"Availabe Skus","provider":"Azure Data Box","resource":"Available Skus"},"name":"Microsoft.DataBox/locations/availableSkus/action","origin":"user","properties":{}}]}},"JobsList":{"value":{"nextLink":"https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2018-01-01&%24skiptoken=dVJrb5swFP0v0bZvKcaBFipVUx5A0wVCDOb1zQZCDBhYIM%2bq%2f33uonXStEr%2bYN1z7zlH99zXUZOfhxVrqn70%2bDoKDc%2fH3uhxtBuGrn%2bUJE4aUuQ8b4Y7cj3s87u05VJ%2foH26Z93A2qaXtuReAxrcjrXt9mGsEKiOdTV9GKe5nhFVkaECt1K3b48sy%2fe9ZLN03%2fbtdrhbkIHM2rNUtrT%2fTjo2PgpcUD5BIGtjIIv37Utfsc5vq7x5che6QsNTkfHgksL6SEvAbE85Ldmsptw5JlZ9SK6AZRHiK9%2bAy1L7Culi02obqB8ygWahCUioHwJL3yehckOL5eK8oFAViCrHEerEH1M41LRUnDmbFsv5VAs%2bNJXLqpxqKzmp08YRvR8s82nhmkhNLSx4A8tk1MKi709F%2bHhnKlxDrfNntImjF0BuaqskqsSM7RlC0CQU44sP0Mwx5CGMkIvkbvCb6mSbNfZ80w6s%2fhxGXZmZ1SXwA4IAPvsVMnOsGh6X47x64XGd9YQ7wzrqmF23J9%2bSPWKhZ8RrZsMd93GspuHy4jWttgKfOfrHs0cn2V%2bvE4eZJQ2S%2b7h0wjwQXhqUhMbLJA5Smda7%2bw1PShqi31okRAdczphd1tcYyqV9wysEdeDzzrEr9Sf2nXVeGRcfo8AGKk6ujhtYqezO9XUS7QDm%2bsSDgeoW4Mf7JkVuWGyxSSJkU%2bjsRMLiJtRNyutB1FUx9x%2f8lqnAPs%2b8PB0%2fv5jR29sv","value":[{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest","location":"australiaeast","name":"mnaustest","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-08-30T14:44:39.77401+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS","location":"australiaeast","name":"portalcontractAUS","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-10T18:03:22.2578238+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU","location":"australiaeast","name":"testBB-diskAU","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-08-30T15:17:17.3753642+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/TestPortalContract","location":"westus","name":"TestPortalContract","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-08T22:46:11.5143859+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/autoallocation/providers/Microsoft.DataBox/jobs/testheavy1","location":"westus","name":"testheavy1","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-08-21T15:19:38.5967539+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxHeavy"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/autoallocation/providers/Microsoft.DataBox/jobs/TJ-636657717727899366","location":"westus","name":"TJ-636657717727899366","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-28T14:07:33.0497881+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/abvetestups","location":"westus","name":"abvetestups","properties":{"isCancellable":false,"isDeletable":false,"isShippingAddressEditable":false,"startTime":"2018-09-06T16:23:58.7665181+05:30","status":"PickedUp"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/disksmoketest","location":"westus","name":"disksmoketest","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-08-21T14:08:42.9538214+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/heavyjob1029039","location":"westus","name":"heavyjob1029039","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-08-08T07:52:22.8655902+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxHeavy"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/heavyjob1029039-Clone","location":"westus","name":"heavyjob1029039-Clone","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-08-30T14:26:12.0791245+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxHeavy"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/sojaintest1","location":"westus","name":"sojaintest1","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-07-06T05:48:00.4841388+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testacispasskey","location":"westus","name":"testacispasskey","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-04T12:05:35.7885962+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testacispasskey1","location":"westus","name":"testacispasskey1","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-04T12:19:50.1313891+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testacispasskey2","location":"westus","name":"testacispasskey2","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-04T12:27:03.679307+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testingpasskey","location":"westus","name":"testingpasskey","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-04T02:24:49.5106952+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testingpasskey1","location":"westus","name":"testingpasskey1","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-04T03:37:18.5000801+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636644753834613064","location":"westus","name":"TJ-636644753834613064","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-13T14:01:22.0918861+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636645978308049673","location":"westus","name":"TJ-636645978308049673","properties":{"isCancellable":false,"isDeletable":false,"isShippingAddressEditable":false,"startTime":"2018-06-15T00:01:51.7887418+05:30","status":"PickedUp"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636645978327256231","location":"westus","name":"TJ-636645978327256231","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-15T00:00:55.8926702+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636645978337105060","location":"westus","name":"TJ-636645978337105060","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-15T00:00:49.1912624+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646322037905056","location":"westus","name":"TJ-636646322037905056","properties":{"isCancellable":false,"isDeletable":false,"isShippingAddressEditable":false,"startTime":"2018-06-15T09:34:08.5731715+05:30","status":"Delivered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646322198505202","location":"westus","name":"TJ-636646322198505202","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-15T09:33:44.4557174+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842116642570","location":"westus","name":"TJ-636646842116642570","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-16T00:00:42.7564714+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842129749628","location":"westus","name":"TJ-636646842129749628","properties":{"isCancellable":false,"isDeletable":false,"isShippingAddressEditable":false,"startTime":"2018-06-16T00:00:37.1560297+05:30","status":"DevicePrepared"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842130208643","location":"westus","name":"TJ-636646842130208643","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-16T00:00:55.5759323+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842175867545","location":"westus","name":"TJ-636646842175867545","properties":{"isCancellable":false,"isDeletable":false,"isShippingAddressEditable":false,"startTime":"2018-06-16T00:01:43.7487451+05:30","status":"PickedUp"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842185996513","location":"westus","name":"TJ-636646842185996513","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-16T00:00:40.1336605+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBoxDisk"},"tags":{},"type":"Microsoft.DataBox/jobs"},{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636647706054109071","location":"westus","name":"TJ-636647706054109071","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-06-17T00:00:22.60807+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}]}},"AvailableSkusPost":{"value":{"value":[{"enabled":true,"properties":{"apiVersions":["2018-01-01"],"capacity":{"maximum":"100","usable":"80"},"costs":[{"meterId":"0cf23ffc-0b64-49e6-9bdd-1db885349042","meterType":"DataBoxServiceFee"},{"meterId":"a701f058-119b-4713-a923-bed7da4b7801","meterType":"DataBoxShippingFee"},{"meterId":"049fa331-0a48-4a81-9991-a6bef3c79fed","meterType":"DataBoxExtraDayFee"}],"destinationToServiceLocationMap":[{"destinationLocation":"westus","serviceLocation":"westus"},{"destinationLocation":"centralus","serviceLocation":"westus"},{"destinationLocation":"eastus","serviceLocation":"westus"},{"destinationLocation":"eastus2","serviceLocation":"westus"},{"destinationLocation":"northcentralus","serviceLocation":"westus"},{"destinationLocation":"southcentralus","serviceLocation":"westus"},{"destinationLocation":"westcentralus","serviceLocation":"westus"},{"destinationLocation":"westus2","serviceLocation":"westus"},{"destinationLocation":"centraluseuap","serviceLocation":"centraluseuap"},{"destinationLocation":"eastus2euap","serviceLocation":"eastus2euap"}],"disabledReason":"None"},"sku":{"name":"DataBox"}},{"enabled":true,"properties":{"apiVersions":["2018-01-01"],"capacity":{"maximum":"40","usable":"35"},"costs":[],"destinationToServiceLocationMap":[{"destinationLocation":"westus","serviceLocation":"westus"},{"destinationLocation":"centralus","serviceLocation":"westus"},{"destinationLocation":"eastus","serviceLocation":"westus"},{"destinationLocation":"eastus2","serviceLocation":"westus"},{"destinationLocation":"northcentralus","serviceLocation":"westus"},{"destinationLocation":"southcentralus","serviceLocation":"westus"},{"destinationLocation":"westcentralus","serviceLocation":"westus"},{"destinationLocation":"westus2","serviceLocation":"westus"},{"destinationLocation":"centraluseuap","serviceLocation":"centraluseuap"},{"destinationLocation":"eastus2euap","serviceLocation":"eastus2euap"}],"disabledReason":"None"},"sku":{"name":"DataBoxDisk"}},{"enabled":true,"properties":{"apiVersions":["2018-01-01"],"capacity":{"maximum":"1000","usable":"800"},"costs":[],"destinationToServiceLocationMap":[{"destinationLocation":"westus","serviceLocation":"westus"},{"destinationLocation":"centralus","serviceLocation":"westus"},{"destinationLocation":"eastus","serviceLocation":"westus"},{"destinationLocation":"eastus2","serviceLocation":"westus"},{"destinationLocation":"northcentralus","serviceLocation":"westus"},{"destinationLocation":"southcentralus","serviceLocation":"westus"},{"destinationLocation":"westcentralus","serviceLocation":"westus"},{"destinationLocation":"westus2","serviceLocation":"westus"},{"destinationLocation":"centraluseuap","serviceLocation":"centraluseuap"},{"destinationLocation":"eastus2euap","serviceLocation":"eastus2euap"}],"disabledReason":"None","requiredFeature":"HeavyCreateAccess"},"sku":{"name":"DataBoxHeavy"}}]}},"ValidateAddressPost":{"value":{"properties":{"alternateAddresses":[{"addressType":"None","city":"SAN FRANCISCO","country":"US","postalCode":"94107","stateOrProvince":"CA","streetAddress1":"16 TOWNSEND ST","streetAddress2":"Unit 1","streetAddress3":""}],"validationStatus":"Valid"}}},"JobsListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}]}},"JobsGet":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsGet1":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsGet2":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"details":{"contactDetails":{"contactName":"Public SDK Test","emailList":["testing@microsoft.com"],"notificationPreference":[{"sendNotification":true,"stageName":"DevicePrepared"},{"sendNotification":true,"stageName":"Dispatched"},{"sendNotification":true,"stageName":"Delivered"},{"sendNotification":true,"stageName":"PickedUp"},{"sendNotification":true,"stageName":"AtAzureDC"},{"sendNotification":true,"stageName":"DataCopy"}],"phone":"1234567890","phoneExtension":"1234"},"copyLogDetails":[],"copyProgress":[{"accountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount","bytesSentToCloud":0,"storageAccountName":"databoxbvttestaccount","totalBytesToProcess":0}],"deliveryPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"destinationAccountDetails":[{"storageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"},{"resourceGroupId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt","stagingStorageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"}],"errorDetails":[],"jobDetailsType":"DataBox","jobStages":[{"displayName":"Ordered","stageName":"DeviceOrdered","stageStatus":"Succeeded","stageTime":"2018-09-11T17:58:41.7934219+05:30"},{"displayName":"Processed","stageName":"DevicePrepared","stageStatus":"None"},{"displayName":"Dispatched","stageName":"Dispatched","stageStatus":"None"},{"displayName":"Delivered","stageName":"Delivered","stageStatus":"None"},{"displayName":"Picked up","stageName":"PickedUp","stageStatus":"None"},{"displayName":"Received","stageName":"AtAzureDC","stageStatus":"None"},{"displayName":"Data copy in progress","stageName":"DataCopy","stageStatus":"None"},{"displayName":"Completed","stageName":"Completed","stageStatus":"None"}],"returnPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"shippingAddress":{"addressType":"Commercial","city":"San Francisco","companyName":"Microsoft","country":"US","postalCode":"94107","stateOrProvince":"CA","streetAddress1":"16 TOWNSEND ST","streetAddress2":"Unit 1"}},"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsGet3":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"details":{"contactDetails":{"contactName":"Update Job","emailList":["testing@microsoft.com"],"notificationPreference":[{"sendNotification":true,"stageName":"DevicePrepared"},{"sendNotification":true,"stageName":"Dispatched"},{"sendNotification":true,"stageName":"Delivered"},{"sendNotification":true,"stageName":"PickedUp"},{"sendNotification":true,"stageName":"AtAzureDC"},{"sendNotification":true,"stageName":"DataCopy"}],"phone":"1234567890","phoneExtension":"1234"},"copyLogDetails":[],"copyProgress":[{"accountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount","bytesSentToCloud":0,"storageAccountName":"databoxbvttestaccount","totalBytesToProcess":0}],"deliveryPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"destinationAccountDetails":[{"storageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"},{"resourceGroupId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt","stagingStorageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"}],"errorDetails":[],"jobDetailsType":"DataBox","jobStages":[{"displayName":"Ordered","stageName":"DeviceOrdered","stageStatus":"Succeeded","stageTime":"2018-09-11T17:58:41.7934219+05:30"},{"displayName":"Processed","stageName":"DevicePrepared","stageStatus":"None"},{"displayName":"Dispatched","stageName":"Dispatched","stageStatus":"None"},{"displayName":"Delivered","stageName":"Delivered","stageStatus":"None"},{"displayName":"Picked up","stageName":"PickedUp","stageStatus":"None"},{"displayName":"Received","stageName":"AtAzureDC","stageStatus":"None"},{"displayName":"Data copy in progress","stageName":"DataCopy","stageStatus":"None"},{"displayName":"Completed","stageName":"Completed","stageStatus":"None"}],"returnPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"shippingAddress":{"addressType":"Commercial","city":"San Francisco","companyName":"Microsoft","country":"US","postalCode":"94107","stateOrProvince":"CA","streetAddress1":"16 TOWNSEND ST","streetAddress2":"Unit 1"}},"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsGet4":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"cancellationReason":"CancelTest","details":{"contactDetails":{"contactName":"Update Job","emailList":["testing@microsoft.com"],"notificationPreference":[{"sendNotification":true,"stageName":"DevicePrepared"},{"sendNotification":true,"stageName":"Dispatched"},{"sendNotification":true,"stageName":"Delivered"},{"sendNotification":true,"stageName":"PickedUp"},{"sendNotification":true,"stageName":"AtAzureDC"},{"sendNotification":true,"stageName":"DataCopy"}],"phone":"1234567890","phoneExtension":"1234"},"copyLogDetails":[],"copyProgress":[{"accountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount","bytesSentToCloud":0,"storageAccountName":"databoxbvttestaccount","totalBytesToProcess":0}],"deliveryPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"destinationAccountDetails":[{"storageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"},{"resourceGroupId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt","stagingStorageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"}],"errorDetails":[],"jobDetailsType":"DataBox","jobStages":[{"displayName":"Ordered","stageName":"DeviceOrdered","stageStatus":"Succeeded","stageTime":"2018-09-11T17:58:41.7934219+05:30"},{"displayName":"Canceled","stageName":"Cancelled","stageStatus":"Succeeded","stageTime":"2018-09-11T17:59:27.3708564+05:30"}],"returnPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"shippingAddress":{"addressType":"Commercial","city":"San Francisco","companyName":"Microsoft","country":"US","postalCode":"94107","stateOrProvince":"CA","streetAddress1":"16 TOWNSEND ST","streetAddress2":"Unit 1"}},"isCancellable":false,"isDeletable":true,"isShippingAddressEditable":false,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"Cancelled"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsGet5":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"cancellationReason":"CancelTest","details":{"chainOfCustodySasKey":"https://wusbeta.blob.core.windows.net/chainofcustody/dbb287f3-ded6-42ee-b673-0c49d46394dc.txt?sv=2016-05-31&sr=b&sig=ljyW4jh7VAuQg%2Bm9JPKznnKEh7kyekn4zhkZ4vIH5LY%3D&st=2018-09-11T12%3A24%3A31Z&se=2018-09-11T12%3A54%3A31Z&sp=r","contactDetails":{"contactName":" ","emailList":[],"notificationPreference":[],"phone":""},"copyLogDetails":[],"copyProgress":[{"accountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount","bytesSentToCloud":0,"storageAccountName":"databoxbvttestaccount","totalBytesToProcess":0}],"deliveryPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"destinationAccountDetails":[{"storageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"},{"resourceGroupId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt","stagingStorageAccountId":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount"}],"errorDetails":[],"jobDetailsType":"DataBox","jobStages":[{"displayName":"Ordered","stageName":"DeviceOrdered","stageStatus":"Succeeded","stageTime":"2018-09-11T17:58:41.7934219+05:30"},{"displayName":"Canceled","stageName":"Cancelled","stageStatus":"Succeeded","stageTime":"2018-09-11T17:59:27.3708564+05:30"}],"returnPackage":{"carrierName":"","trackingId":"","trackingUrl":""},"shippingAddress":{"addressType":"Commercial","city":"San Francisco","companyName":"Microsoft","country":"US","postalCode":"94107","stateOrProvince":"CA","streetAddress1":"16 TOWNSEND ST","streetAddress2":"Unit 1"}},"isCancellable":false,"isDeletable":true,"isShippingAddressEditable":false,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"Cancelled"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsPatch":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"JobsCreate":{"value":{"id":"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367","location":"westus","name":"SdkJob8367","properties":{"isCancellable":true,"isDeletable":false,"isShippingAddressEditable":true,"startTime":"2018-09-11T17:58:36.6886059+05:30","status":"DeviceOrdered"},"sku":{"name":"DataBox"},"tags":{},"type":"Microsoft.DataBox/jobs"}},"BookShipmentPickupPost":{"value":{"confirmationNumber":"2929602E9CP","readyByTime":"2018-09-10T18:30:00Z"}},"JobsListCredentials":{"value":{"value":[{"jobName":"TJ-636646322037905056","jobSecrets":{"jobSecretsType":"DataBox","podSecrets":[{"accountCredentialDetails":[{"accountConnectionString":"","accountName":"databoxbvttestaccount","shareCredentialDetails":[{"password":"4N)K4(j6tyR","shareName":"databoxbvttestaccount_PageBlob","shareType":"PageBlob","supportedAccessProtocols":["SMB"],"userName":"databoxbvttestac_903"},{"password":"4N)K4(j6tyR","shareName":"databoxbvttestaccount_BlockBlob","shareType":"BlockBlob","supportedAccessProtocols":["SMB"],"userName":"databoxbvttestac_903"},{"password":"4N)K4(j6tyR","shareName":"databoxbvttestaccount_AzFile","shareType":"AzureFile","supportedAccessProtocols":["SMB"],"userName":"databoxbvttestac_903"}]}],"devicePassword":"cT5nt8R;S%5","deviceSerialNumber":"testimolapod-3ecc44ce","encodedValidationCertPubKey":"5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==","networkConfigurations":[{"macAddress":"D05099C1F439","name":"DataPort3"},{"macAddress":"EC0D9A21A6C0","name":"DataPort1"},{"macAddress":"EC0D9A21A6C1","name":"DataPort2"}]}]}}]}}},"parameters":{"apiVersionParameter":{"description":"The API Version","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"OperationsGet":{"value":"2018-01-01"},"JobsList":{"value":"2018-01-01"},"AvailableSkusPost":{"value":"2018-01-01"},"ValidateAddressPost":{"value":"2018-01-01"},"JobsListByResourceGroup":{"value":"2018-01-01"},"JobsDelete":{"value":"2018-01-01"},"JobsGet":{"value":"2018-01-01"},"JobsGet1":{"value":"2018-01-01"},"JobsGet2":{"value":"2018-01-01"},"JobsGet3":{"value":"2018-01-01"},"JobsGet4":{"value":"2018-01-01"},"JobsGet5":{"value":"2018-01-01"},"JobsPatch":{"value":"2018-01-01"},"JobsCreate":{"value":"2018-01-01"},"BookShipmentPickupPost":{"value":"2018-01-01"},"JobsCancelPost":{"value":"2018-01-01"},"JobsListCredentials":{"value":"2018-01-01"}}},"jobNameParameter":{"description":"The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only","in":"path","name":"jobName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[-\\w\\.]+$"},"examples":{"JobsDelete":{"value":"SdkJob8367"},"JobsGet":{"value":"SdkJob8367"},"JobsGet1":{"value":"SdkJob8367"},"JobsGet2":{"value":"SdkJob8367"},"JobsGet3":{"value":"SdkJob8367"},"JobsGet4":{"value":"SdkJob8367"},"JobsGet5":{"value":"SdkJob8367"},"JobsPatch":{"value":"SdkJob8367"},"JobsCreate":{"value":"SdkJob8367"},"BookShipmentPickupPost":{"value":"TJ-636646322037905056"},"JobsCancelPost":{"value":"SdkJob8367"},"JobsListCredentials":{"value":"TJ-636646322037905056"}}},"locationParameter":{"description":"The location of the resource","in":"path","name":"location","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"AvailableSkusPost":{"value":"westus"},"ValidateAddressPost":{"value":"westus"}}},"resourceGroupNameParameter":{"description":"The Resource Group Name","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"JobsListByResourceGroup":{"value":"SdkRg9836"},"JobsDelete":{"value":"SdkRg9836"},"JobsGet":{"value":"SdkRg9836"},"JobsGet1":{"value":"SdkRg8120"},"JobsGet2":{"value":"SdkRg9836"},"JobsGet3":{"value":"SdkRg9836"},"JobsGet4":{"value":"SdkRg9836"},"JobsGet5":{"value":"SdkRg9836"},"JobsPatch":{"value":"SdkRg9836"},"JobsCreate":{"value":"SdkRg9836"},"BookShipmentPickupPost":{"value":"bvttoolrg6"},"JobsCancelPost":{"value":"SdkRg9836"},"JobsListCredentials":{"value":"bvttoolrg6"}}},"subscriptionIdParameter":{"description":"The Subscription Id","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"JobsList":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"AvailableSkusPost":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"ValidateAddressPost":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsListByResourceGroup":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsDelete":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsGet":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsGet1":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsGet2":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsGet3":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsGet4":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsGet5":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsPatch":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsCreate":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"BookShipmentPickupPost":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsCancelPost":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"},"JobsListCredentials":{"value":"fa68082f-8ff7-4a25-95c7-ce9da541242f"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AccountCredentialDetails":{"description":"Credential details of the account.","properties":{"accountConnectionString":{"description":"Connection string of the account endpoint to use the account as a storage endpoint on the device.","readOnly":true,"type":"string"},"accountName":{"description":"Name of the account.","readOnly":true,"type":"string"},"shareCredentialDetails":{"description":"Per share level unencrypted access credentials.","items":{"$ref":"#/components/schemas/ShareCredentialDetails"},"readOnly":true,"type":"array"}},"type":"object"},"AddressValidationOutput":{"description":"Output of the address validation api.","properties":{"properties":{"$ref":"#/components/schemas/AddressValidationProperties"}},"type":"object"},"AddressValidationProperties":{"description":"The address validation output.","properties":{"alternateAddresses":{"description":"List of alternate addresses.","items":{"$ref":"#/components/schemas/ShippingAddress"},"readOnly":true,"type":"array"},"validationStatus":{"description":"The address validation status.","enum":["Valid","Invalid","Ambiguous"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsExtensible":true,"name":"AddressValidationStatus","values":[{"description":"Address provided is valid.","value":"Valid"},{"description":"Address provided is invalid or not supported.","value":"Invalid"},{"description":"Address provided is ambiguous, please choose one of the alternate addresses returned.","value":"Ambiguous"}]}}},"type":"object"},"ApplianceNetworkConfiguration":{"description":"The Network Adapter configuration of a DataBox.","properties":{"macAddress":{"description":"Mac Address.","readOnly":true,"type":"string"},"name":{"description":"Name of the network.","readOnly":true,"type":"string"}},"type":"object"},"ArmBaseObject":{"description":"Base class for all objects under resource.","properties":{"id":{"description":"Id of the object.","readOnly":true,"type":"string"},"name":{"description":"Name of the object.","readOnly":true,"type":"string"},"type":{"description":"Type of the object.","readOnly":true,"type":"string"}},"type":"object"},"AvailableSkuRequest":{"description":"The filters for showing the available skus.","properties":{"country":{"description":"ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements","type":"string"},"location":{"description":"Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01","type":"string"},"skuNames":{"description":"Sku Names to filter for available skus","items":{"enum":["DataBox","DataBoxDisk","DataBoxHeavy"],"type":"string","x-ms-enum":{"modelAsExtensible":true,"name":"SkuName","values":[{"description":"DataBox.","value":"DataBox"},{"description":"DataBoxDisk.","value":"DataBoxDisk"},{"description":"DataBoxHeavy.","value":"DataBoxHeavy"}]}},"type":"array"},"transferType":{"description":"Type of the transfer.","enum":["ImportToAzure"],"type":"string","x-ms-enum":{"modelAsExtensible":true,"name":"TransferType","values":[{"description":"Import data to azure.","value":"ImportToAzure"}]}}},"required":["transferType","country","location"],"type":"object"},"AvailableSkusResult":{"description":"The available skus operation response.","properties":{"nextLink":{"description":"Link for the next set of skus.","type":"string"},"value":{"description":"List of available skus.","items":{"$ref":"#/components/schemas/SkuInformation"},"readOnly":true,"type":"array"}},"type":"object"},"CancellationReason":{"description":"Reason for cancellation.","properties":{"reason":{"description":"Reason for cancellation.","type":"string"}},"required":["reason"],"type":