Machine Image Upload Request Status

head

/appstore/publisher/v1/machineimages/{uploadRequestId}

Get the status of the machine image upload request.

Request

Path Parameters
Back to Top

Response

Supported Media Types

400 Response

Invalid Parameter Value

401 Response

Not Authorized

404 Response

Entity Not Found

500 Response

System Error
Back to Top

Examples

The following example checks the status of uploaded machineimage, by submitting a HEAD request on the REST resource using cURL.

cURL Example

curl -X HEAD -H "X-Oracle-UserId: partner-email" -H "Authorization: Bearer Access-token" "https://ocm-apis.cloud.oracle.com/appstore/publisher/v1/machineimages/7361253"

Request Header

X-Oracle-UserId: fname.lname@oracle.com 
Authorization: Bearer Access-token 

Request Body

None

HTTP Status Code:

200 OK

Response Headers:

Content-Type - application/json; qs=1 
Date - Wed, 23 Mar 2016 06:14:50 GMT 
X-Created-By - 0a7d980d-2b06-400c-9b61-9892e0108afc 
X-Created-Date - Wed, 23 Mar 2016 06:13:46 GMT 
X-Last-Modified-By - anonymous 
X-Last-Modified-Date - Wed, 23 Mar 2016 06:13:57 GMT 
X-Upload-File-Path - Container/mi/TestCrome.gz
X-Upload-Status - Completed
Back to Top