comparison mod_http_admin_api/openapi.yaml @ 4777:883ad8b0a7c0

mod_http_admin_api: Export total storage use via mod_http_file_share Does not include size of other user data, chat logs etc. Uploads will likely be a significant fraction of total storage use.
author Kim Alvefur <zash@zash.se>
date Thu, 18 Nov 2021 19:28:43 +0100
parents cade5dac1003
children 229f2a79ad6f
comparison
equal deleted inserted replaced
4776:13e913471b75 4777:883ad8b0a7c0
786 type: float 786 type: float
787 description: Seconds of CPU time used since the metric epoch 787 description: Seconds of CPU time used since the metric epoch
788 c2s: 788 c2s:
789 type: integer 789 type: integer
790 description: Number of active c2s sessions 790 description: Number of active c2s sessions
791 uploads:
792 type: integer
793 description: Disk space used by uploaded files
791 Announcement: 794 Announcement:
792 type: object 795 type: object
793 description: An announcemen to post to users on the server 796 description: An announcemen to post to users on the server
794 required: 797 required:
795 - body 798 - body