Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.4 KB

LogsAppApi.md

File metadata and controls

34 lines (21 loc) · 1.4 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
create_logsene_application POST logsene-reports/api/v3/apps Create Logs App

create_logsene_application

AppsResponse create_logsene_application(ctx, body) Create Logs App

Required Parameters

Name Type Description Notes
ctx context.Context context containing the authentication nil if no authentication
body CreateAppInfo Details of the application to be created

Return type

AppsResponse

Authorization

api_key,

HTTP request headers

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

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