Infraon API Guide
Product DocsSchemaAuthentication
  • Welcome
    • Base URL
    • Authorization
    • Responses
  • Modules
    • Schema
    • Authentication
    • Announcement
    • API Registration
    • Async Tasks
    • BusinessRule
    • BusinessServiceConfiguration
    • Service Catalogue
    • CMDBBlacklistWhitelist
    • CMDBCategory
    • CMDBConsumables
    • Ux
    • CMDBSoftwareLicense
    • Cmdb
    • CMDBRelation
    • CMDBSoftware
    • ContractManagement
    • Department
    • Events
    • Field Configuration
    • IMACD
    • Knowledge Base
    • Leaves
    • Chat
    • Marketplace
    • APIViewSet
    • BeepViewSet
    • SMSviewset
    • Suppressedviewset
    • Organization Location
    • Partner
    • Predicted Events
    • Requester
    • Service Feasibility Requests
    • Role Profile
    • Tag
    • Service_outage
    • Teams
    • Telecom Settings
    • Trap Configurations
    • User Profile
    • Vendor Managemment
    • Association Events
    • Device Template
    • Discovery Configuration
    • Jobs
    • MIB Explorer
    • Seasonal Events
    • IPAM
    • Log Grok Pattern Configuration
    • Log Pipeline Configuration
    • Log Integraion
    • Log Search
    • CLI Download Jobs
    • Configuration Profiles
    • Configuration Policies
    • Configuration Rules
    • Configuration Search
    • Configuration Template
    • Configuration Trigger
    • Jobs Account Audit
    • Manage Vulnerabilities
    • OS Image Download
    • Rule Group
    • Configuration Upload Jobs
    • Work Flow Jobs
    • Change
    • Checklist
    • Incident
    • Problem
    • Release
    • Request Process
    • Task
    • Models
Powered by GitBook
On this page
  1. Modules

Log Pipeline Configuration

PreviousLog Grok Pattern ConfigurationNextLog Integraion
get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

post

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
201
No response body
post
POST /ux/log_pipeline/log_pipeline_configuration/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
201

No response body

No content

Gets a pipeline with the given id

get

This endpoint is used to fetch a pipeline details in the current organization

Authorizations
Path parameters
idstringRequired
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

put

API endpoint that allows users to be viewed or edited.

Authorizations
Path parameters
idstringRequired
Responses
200
No response body
put
PUT /ux/log_pipeline/log_pipeline_configuration/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

Deletes the pipeline with given id

delete

This endpoint is used to delete an existing pipeline for the current organization

Authorizations
Path parameters
idstringRequired
Responses
204
No response body
delete
DELETE /ux/log_pipeline/log_pipeline_configuration/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
204

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/get_asset_Preview_data/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/get_asset_filter_data/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/get_logstash_health/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/get_options/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/get_pipeline_list/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/grok_pattern/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

Gets a grok response of grok pattern

get

This endpoint is used to fetch grok response of provided grok pattern

Authorizations
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/grok_response/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

API endpoint that allows users to be viewed or edited.

Authorizations
Path parameters
idstringRequired
Responses
200
No response body
get
GET /ux/log_pipeline/log_pipeline_configuration/upload_pipeline/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

  • GET/ux/log_pipeline/log_pipeline_configuration/
  • POST/ux/log_pipeline/log_pipeline_configuration/
  • GETGets a pipeline with the given id
  • PUT/ux/log_pipeline/log_pipeline_configuration/{id}/
  • DELETEDeletes the pipeline with given id
  • GET/ux/log_pipeline/log_pipeline_configuration/get_asset_Preview_data/
  • GET/ux/log_pipeline/log_pipeline_configuration/get_asset_filter_data/
  • GET/ux/log_pipeline/log_pipeline_configuration/get_logstash_health/
  • GET/ux/log_pipeline/log_pipeline_configuration/get_options/
  • GET/ux/log_pipeline/log_pipeline_configuration/get_pipeline_list/
  • GET/ux/log_pipeline/log_pipeline_configuration/grok_pattern/
  • GETGets a grok response of grok pattern
  • GET/ux/log_pipeline/log_pipeline_configuration/upload_pipeline/{id}/