Skip to main content

admin_datastore_get_namespace

Function admin_datastore_get_namespace 

Source
pub async fn admin_datastore_get_namespace(
    configuration: &Configuration,
    store: &str,
    max_depth: Option<i32>,
    parent: Option<&str>,
) -> Result<AdminDatastoreGetNamespaceResponse, Error<AdminDatastoreGetNamespaceError>>
Expand description

List the namespaces of a datastore. Permissions: Requires DATASTORE_AUDIT, DATASTORE_MODIFY or DATASTORE_BACKUP /datastore/{store}[/{parent}]