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>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.eorion.com/llms.txt

Use this file to discover all available pages before exploring further.

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.