Imported from
registry/relations/upload-file.md
at commit
76a4a0c89924.
IRI Link Relation: upload-file
Relation URI: https://iri.science/rels/upload-file
CURIE: iri:upload-file
Status: Provisional
Version: 1.0.0
Change controller: IRI technical subcommittee
Source representation type: Eligible DOE-IRI Resource representation with an explicit filesystem operation context
Source resource type: One of the exact Resource Types enumerated in Section 3
Target representation type: Resource-specific asynchronous file-upload operation entry point
OpenAPI operation: POST /api/v2/filesystem/upload/{resource_id} (operationId: upload)
This document defines the iri:upload-file operation-affordance relationship
used by eligible DOE-IRI Resource representations.
The canonical relation URI is https://iri.science/rels/upload-file. With the
canonical IRI CURIE template https://iri.science/rels/{rel}, iri:upload-file
expands to that URI. The relation URI identifies the link-relation semantics
and is distinct from any target representation profile.
1. Relationship Metadata
| Field | Definition |
|---|---|
| Relationship | iri:upload-file |
| Relation URI | https://iri.science/rels/upload-file |
| Status and version | provisional, version 1.0.0 |
| Change controller | IRI technical subcommittee |
| Semantic meaning | Identifies the applicable operation entry point for requesting a file upload into the source Resource’s filesystem context. |
| Source representation type | DOE-IRI Resource representation with one of the exact Resource Types in Section 3 and an explicit, unambiguous filesystem adapter and path context. |
| Target representation type | Resource-specific asynchronous file-upload operation entry point or an explicitly advertised template for its required path query parameter. |
| Cardinality | 0..1 link from each eligible source Resource representation. |
| Applicability | The adapter implements the mapped operation for the represented Resource and establishes its filesystem namespace and execution/access context. |
| Target stability | Configured operation affordance, not a destination-path, transfer-capacity, reachability, or successful-upload assertion. |
| Relationship volatility | Changes when the facility configures or withdraws the applicable adapter operation or changes requester-visible discovery, not solely because operational conditions change. |
| Authorization affects visibility | Yes. The relation MAY be omitted when the requester is not authorized to discover or invoke the entry point. Presence grants no permission. |
| Omission semantics | Not advertised in this representation; omission does not prove that uploads are unsupported everywhere or permanently unavailable. |
| Target classification | Operation entry point or URI template; not an API resource, DOE-IRI typed Resource, uploaded file, result representation, or representation profile. |
| OpenAPI operation | POST /api/v2/filesystem/upload/{resource_id} with required query parameter path, multipart/form-data body, and operationId: upload; success returns TaskSubmitResponse. |
| OpenAPI binding | x-iri-relation: ["https://iri.science/rels/upload-file"] on that Operation Object. |
2. Semantic Meaning
The iri:upload-file relationship advertises the operation entry point through
which a client may request a file upload into the source Resource’s configured
filesystem context. The invocation MUST include the required path query
parameter and the OpenAPI-defined multipart/form-data request body.
The relation identifies an applicable operation, not an uploaded-file or destination representation. It does not grant authorization, prove that the destination is writable, or guarantee that the upload will complete.
3. Source, Target, and Operation Context
The relationship MAY originate only from a Resource whose exact
resource_type is one of:
urn:doe-iri:resource:compute
urn:doe-iri:resource:compute:system
urn:doe-iri:resource:compute:node
urn:doe-iri:resource:storage
urn:doe-iri:resource:storage:filesystem
urn:doe-iri:resource:storage:mount
urn:doe-iri:resource:service:dtn
Eligibility is exact-type-based and is not inherited by other Resource Type
descendants. For every eligible type, the adapter MUST establish the path
namespace and one unambiguous execution/access context for the source
Resource. Type classification, topology links, mount relationships, and
supported_endpoints alone do not establish applicability.
In particular, a mount does not inherit operations from its filesystem or consuming system, and a DTN’s hosting or mount-access links do not imply a filesystem execution context. Generic compute and storage Resources are eligible only when their actual adapter semantics are known. If one source cannot identify an unambiguous context, the producer MUST expose separate Resources and use registered topology relations; it MUST NOT silently choose a host or add an undocumented context selector.
The producer MUST bind resource_id to the represented Resource’s adapter
context. It MAY also bind the required path query parameter and advertise a
concrete URI. Alternatively, it MAY advertise the query expansion
{?path} and MUST set templated to true. No variable other than path may
remain in the advertised template. URI-template expansion and OpenAPI query
serialization MUST preserve the advertised binding and encoding.
If the operation belongs to a different Resource, the producer MUST expose the appropriate Resource relationship rather than advertise the operation as belonging to this source.
When supported_endpoints is present on the source Resource, advertising
iri:upload-file requires "filesystem" in that array. The reverse
implication does not apply, and authorization-suppressed omission does not make
a retained "filesystem" category inconsistent.
A representation advertising iri:upload-file MUST also advertise at least
one applicable service-desc link whose deployed OpenAPI description contains
the binding in Section 8. The operation link MUST NOT carry an IRI
representation profile.
4. Cardinality
Each eligible Resource MAY advertise zero or one applicable concrete or templated operation entry point:
Resource -- iri:upload-file --> File-upload operation entry point or template
1 0..1
The HAL relation uses a singular link object when supplied.
5. Asynchronous Invocation Semantics
The mapped operation remains POST and returns TaskSubmitResponse. Following
the relation requires expanding or supplying path and submitting the file in
the OpenAPI-defined multipart body. The HAL link does not encode the method,
multipart schema, or request Content-Type; clients obtain those from the bound
deployed OpenAPI description.
The invocation submits asynchronous work. It does not synchronously return an uploaded-file representation or proof that the upload completed. Clients use the existing Task monitoring flow and the governing OpenAPI contract to determine the outcome.
6. Stability and Availability
The relationship describes a configured applicable operation affordance. Its presence SHOULD remain stable across ordinary changes in load, health, reachability, transfer capacity, or filesystem contents. It may change when the facility configures or withdraws the adapter operation or changes visibility for the requester.
The relation does not prove that the target is currently healthy, reachable, or available. Clients MUST handle ordinary invocation and Task failures.
7. Authorization, Visibility, and Omission
Authorization MAY affect visibility of the operation affordance. A provider
MAY omit iri:upload-file when the requester is not authorized to discover or
use the entry point. Presence grants no permission and guarantees no successful
upload.
Omission means only that the affordance is not advertised in this representation. It does not prove that uploads are unsupported everywhere or permanently unavailable. Links MUST NOT contain credentials or secrets. A client MUST NOT automatically forward credentials to an unrelated origin solely because an operation link or service description names it.
8. OpenAPI Contract and Binding
The current operation mapping is:
POST /api/v2/filesystem/upload/{resource_id}
operationId: upload
required query parameter: path
request media type: multipart/form-data
request schema: Body_upload
success status: 200
success schema: TaskSubmitResponse
x-iri-relation: ["https://iri.science/rels/upload-file"]
OpenAPI remains authoritative for the bound path parameter, required path
query parameter, multipart request body, responses, errors, Task submission,
and security behavior. Clients MUST follow the advertised target and the
applicable deployed OpenAPI description; they MUST NOT construct a URL, omit
the required query parameter, or infer request-body behavior from the relation
name. The canonical relation URI, rather than operationId, is the
machine-readable binding key.
9. HAL Representation
This example leaves only the required path query parameter templated:
{
"id": "scratch",
"resource_type": "urn:doe-iri:resource:storage:filesystem",
"supported_endpoints": ["filesystem"],
"_links": {
"curies": [
{
"name": "iri",
"href": "https://iri.science/rels/{rel}",
"templated": true
}
],
"iri:upload-file": {
"href": "https://api.example.org/api/v2/filesystem/upload/scratch{?path}",
"templated": true
},
"service-desc": {
"href": "https://api.example.org/openapi.json",
"type": "application/vnd.oai.openapi+json;version=3.1"
}
}
}
After expanding path, the client MUST still send the required multipart body
according to OpenAPI. Template expansion alone does not perform the upload.
10. Governing Sources
- Resource operation-affordance RFC
- IRI v2 filesystem OpenAPI
- Common Resource profile
- Compute-system Resource Definition Profile
- Compute-node Resource Definition Profile
- Filesystem Resource Definition Profile
- Mount Resource Definition Profile
- DTN service Resource Definition Profile
DOE Integrated Research Infrastructure — Link Relation: upload-file