| Resource | GET | PUT | POST | DELETE | Description |
|---|---|---|---|---|---|
| Domain | Y | Y | N | Y | A related collection of HDF objects |
| Group | Y | N | N | Y | Represents an HDF Group |
| Links | Y | N | N | N | Collection of links within a group |
| Link | Y | Y | N | Y | Represents an HDF link |
| Dataset | Y | N | N | Y | Represents an HDF Dataset |
| Attributes | Y | N | N | N | Collection of Attributes |
| Attribute | Y | Y | N | Y | Represents an HDF Attribute |
| Dataspace | Y | Y | N | N | Shape of a dataset |
| Type | Y | N | N | N | Type of a dataset |
| Value | Y | Y | Y | N | Data values of a datset |
| Datatype | Y | N | N | Y | Committed datatype |
| Groups | Y | N | Y | N | Collection of groups within a domain |
| Datasets | Y | N | Y | N | Collection of datasets within a domain |
| Datatypes | Y | N | Y | N | Collection of datatypes within a domain |