Skip to content

Latest commit

 

History

History
116 lines (66 loc) · 3.52 KB

FilesystemApi.md

File metadata and controls

116 lines (66 loc) · 3.52 KB

\FilesystemApi

All URIs are relative to https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP:8080

Method HTTP request Description
GetSettingsAccessTime Get /platform/1/filesystem/settings/access-time
GetSettingsCharacterEncodings Get /platform/1/filesystem/settings/character-encodings
UpdateSettingsAccessTime Put /platform/1/filesystem/settings/access-time
UpdateSettingsCharacterEncodings Put /platform/1/filesystem/settings/character-encodings

GetSettingsAccessTime

SettingsAccessTime GetSettingsAccessTime(ctx, )

Retrieve settings for access time.

Required Parameters

This endpoint does not need any parameter.

Return type

SettingsAccessTime

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetSettingsCharacterEncodings

SettingsCharacterEncodings GetSettingsCharacterEncodings(ctx, )

Retrieve current cluster character encoding settings.

Required Parameters

This endpoint does not need any parameter.

Return type

SettingsCharacterEncodings

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UpdateSettingsAccessTime

UpdateSettingsAccessTime(ctx, settingsAccessTime)

Set settings for access time.

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
settingsAccessTime SettingsAccessTimeExtended

Return type

(empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UpdateSettingsCharacterEncodings

UpdateSettingsCharacterEncodings(ctx, settingsCharacterEncodings)

Set current character encoding.

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
settingsCharacterEncodings SettingsCharacterEncodingsExtended

Return type

(empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]