Skip to main content
GET
/
deployment
/
{id}
/
resources
/
{resourceId}
/
data
Get Resource (Binary)
curl --request GET \
  --url http://{host}:{port}/{contextPath}/deployment/{id}/resources/{resourceId}/data \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the deployment.

resourceId
string
required

The id of the deployment resource.

Response

Request successful. The media type of the response depends on the filename.

For files without any MIME type information, a byte stream is returned.