Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidying up SIMPLE HASH and blockchain related text #818

Merged
merged 4 commits into from Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/developers/api-reference/_index.md
Expand Up @@ -19,14 +19,12 @@ aliases:
<a href="/developers/api-reference/assets-api/">Assets API &rarr;</a><br>
<a href="/developers/api-reference/attachments-api/">Attachments API &rarr;</a><br>
<a href="/developers/api-reference/blobs-api/">Blobs API &rarr;</a><br>
<a href="/developers/api-reference/blockchain-api/">Blockchain API (v1alpha2) &rarr;</a><br>
<a href="/developers/api-reference/compliance-api/">Compliance API &rarr;</a><br>
<a href="/developers/api-reference/events-api/">Events API &rarr;</a><br>
<a href="/developers/api-reference/iam-policies-api/">IAM Policies API &rarr;</a><br>
<a href="/developers/api-reference/iam-subjects-api/">IAM Subjects API &rarr;</a><br>
<a href="/developers/api-reference/locations-api/">Locations API &rarr;</a><br>
<a href="/developers/api-reference/public-assets-api/">Public Assets API &rarr;</a><br>
<a href="/developers/api-reference/system-api/">System API &rarr;</a><br>
<a href="/developers/api-reference/tenancies-api/">Tenancies API &rarr;</a><br>
<a href="/developers/api-reference/caps-api/">Tenancy Caps API &rarr;</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion content/developers/api-reference/assets-api/index.md
Expand Up @@ -252,7 +252,7 @@ To fetch all Assets that use a specific Proof Mechanism, `GET` the Assets resour
```bash
curl -g -v -X GET \
-H "@$HOME/.datatrails/bearer-token.txt" \
"https://app.datatrails.ai/archivist/v2/assets?attributes.proof_mechanism=simple_hash"
"https://app.datatrails.ai/archivist/v2/assets?proof_mechanism=MERKLE_LOG"
```

#### Fetch Events Ordered for SIMPLEHASHV1 Schema
Expand Down
89 changes: 0 additions & 89 deletions content/developers/api-reference/system-api/index.md

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

6 changes: 2 additions & 4 deletions content/glossary/common-datatrails-terms/index.md
Expand Up @@ -23,7 +23,6 @@ Select a term for more information.
| [access policy](/platform/overview/core-concepts/#access-policies) | grants chosen Asset and Event access to stakeholders |
| [actor](/platform/overview/creating-an-asset/)| person/machine/software integration that created a particular entry on the provenance record|
| [administrator](/developers/developer-patterns/getting-access-tokens-using-app-registrations/#creating-an-app-registration) | user with permission to see all Asset and Event information within a Tenancy, and to grant access to other users |
| [anchored](/developers/developer-patterns/verifying-with-simple-hash/) | Simple Hash events are committed to the blockchain by hashing them in batches. The hash recorded on the chain is called the anchor |
| [asset](/platform/overview/core-concepts/#assets) | a DataTrails Asset is an entry in your tenancy, which has a collection of attributes that describes its current state and a complete life history of Events |
| [asset attributes](/platform/overview/creating-an-asset/#creating-an-asset) | key-value pairs that represent information about an Asset |
| [asset ID](/platform/overview/creating-an-asset/)| the permanent unique identifier for an Asset, under which all provenance information (Events) can be found|
Expand All @@ -46,17 +45,16 @@ Select a term for more information.
| [organization](/platform/administration/verified-domain/)| any entity with a distinct DataTrails account who publishes or verifies provenance information on the platform|
| [principal_accepted](/platform/overview/advanced-concepts/#user-principals-on-events)| the actual user principal information belonging to the credential used to access the DataTrails REST interface|
| [principal_declared](/platform/overview/advanced-concepts/#user-principals-on-events)| an optional user-supplied value that tells who performed an Event|
| [proof mechanism](/platform/overview/core-concepts/#proof-mechanisms) | method by which information on the DataTrails blockchain can be verified; selected when an Asset is created |
| [proof mechanism](/platform/overview/core-concepts/#proving-provenance) | method by which information to the DataTrails distributed ledger can be verified |
| [provenance](https://en.wiktionary.org/wiki/provenance) | the version and ownership history of a piece of data. With DataTrails this is an immutable audit trail to prove Who Did What When to any piece of data |
| [public asset](/platform/overview/public-attestation/) | Assets that can be used to publicly assert data, accessible by URL without the need for a DataTrails account |
| [selector](/platform/overview/creating-an-asset/#creating-an-asset) | identifying attribute the Yaml Runner will use to check if your Asset exists already before attempting to create it |
| [simple hash](/platform/overview/advanced-concepts/#simple-hash) | Proof Mechanism that commits information to the DataTrails blockchain in batches; value can confirm that information in the batch has not changed |
| [tenancy](/platform/overview/core-concepts/#tenancies) | an organization’s private area within DataTrails, containing Asset and Event data |
| [tenant display name](/platform/administration/identity-and-access-management/#tenant-display-name) | displayed only within own Tenancy for easy identification and switching |
| [tenant_accepted](/platform/overview/advanced-concepts/#timestamps-on-events) | the time an event was actually received on the DataTrails REST interface |
| [tenant_committed](/platform/overview/advanced-concepts/#timestamps-on-events) | the time an event was confirmed distributed to all DLT nodes in the value chain |
| [tenant_declared](/platform/overview/advanced-concepts/#timestamps-on-events) | an optional user-supplied value that tells when an Event happened |
| [transaction](/developers/developer-patterns/verifying-with-simple-hash/)| final commitment of data to the Distributed Ledger Technology so that it is sealed and cannot be modifed, tampered or erased|
| [transaction](/developers/developer-patterns/verifying-with-simple-hash/)| final commitment of data to the Distributed Ledger Technology so that it is sealed and cannot be modified, tampered or erased|
| [unlinked folder](/platform/administration/dropbox-integration/#editing-the-list-of-linked-folders) | a folder that has not been selected to be linked to DataTrails during the configuration or reconfiguration of an Integration |
| [verified domain](/platform/administration/verified-domain/) | tenancy name visible to others in place of the tenancy ID when viewing the Asset Overview of a public Asset or a shared private Asset. Must be verified by the DataTrails team |
| [verified organization](/platform/administration/verified-domain/)| an organization which has paid to have their domain verified and displayed in place of their tenancy ID in Instaproof results and in the Asset Overview |
Expand Down