f7cloud_client/apps/provisioning_api/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

37 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud contributors
- SPDX-FileCopyrightText: 2014-2016 owncloud, Inc.
- SPDX-License-Identifier: AGPL-3.0-only
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
<id>provisioning_api</id>
<name>Provisioning API</name>
<summary>This application enables a set of APIs that external systems can use to manage accounts, groups and apps.</summary>
<description>
This application enables a set of APIs that external systems can use to create, edit, delete and query account
attributes, query, set and remove groups, set quota and query total storage used in F7cloud. Group admin accounts
can also query F7cloud and perform the same functions as an admin for groups they manage. The API also enables
an admin to query for active F7cloud applications, application info, and to enable or disable an app remotely.
Once the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions
listed above. More information is available in the Provisioning API documentation, including example calls
and server responses.
</description>
<version>1.22.0</version>
<licence>agpl</licence>
<author>Tom Needham</author>
<namespace>Provisioning_API</namespace>
<types>
<prevent_group_restriction/>
</types>
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
<category>integration</category>
<bugs>https://github.com/f7cloud/server/issues</bugs>
<dependencies>
<f7cloud min-version="1" max-version="2"/>
</dependencies>
</info>