Metadata¶
These functions help you to discover, inspect, share, and manage Tapis metadata documents and document schemas.
- meta
- bulkCreate: Create multiple new Metadata documents.
- bulkUpdate: Update multiple Metadata documents.
- bulkDelete: Update multiple Metadata documents.
- addMetadata: Update or Add new Metadata.
- listMetadata: List and/or search metadata.
- deleteMetadata: Remove Metadata from the system.
- getMetadata: Retrieve Metadata.
- updateMetadata: Update or Add new Metadata.
- addSchema: Add a new Metadata Schema.
- searchSchema: Retrieve Metadata Schemata.
- deleteSchema: Remove Metadata Schema from the system.
- getSchema: Retrieve Metadata Schemata.
- updateSchema: Update or Add a new Metadata Schema.
- deleteMetadataPermission: Deletes all permissions on the given metadata.
- listMetadataPermissions: Get the permission ACL for this metadata.
- updateMetadataPermissions: Add or update a user’s permission for the given metadata.
- deleteMetadataPermissionsForUser: Deletes all permissions on the given metadata.
- listMetadataPermissionsForUser: Get the permission ACL for this metadata.
- updateMetadataPermissionsForUser: Add or update a user’s permission for the given metadata.
- deleteSchemaPermissions: Deletes all permissions on the given schema.
- listSchemaPermissions: Get the permission ACL for this schema.
- updateSchemaPermissions: Add or update a user’s permission for the given schema.
- deleteSchemaPermissionsForUser: Deletes all permissions on the given metadata.
- listSchemaPermissionsForUser: Get the permission ACL for this schema.
- updateSchemaPermissionsForUser: Add or update a user’s permission for the given metadata schema.