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

Service_outage

PreviousTagNextTeams

Get list of service outages

get

Fetches a list of service outages for the current organization.

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

No response body

No content

Create a service outage

post

Creates a new service outage record for the current organization.

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

No response body

No content

get

Service Outage API endpoints

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

No response body

No content

put

Service Outage API endpoints

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

No response body

No content

Delete a service outage

delete

Deletes a specific service outage by its ID.

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

No response body

No content

Get service outage options

get

Fetches all available options related to service outages for the current organization.

Authorizations
Responses
200
No response body
get
GET /ux/common/service_outage/service_outage/options/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

  • GETGet list of service outages
  • POSTCreate a service outage
  • GET/ux/common/service_outage/service_outage/{id}/
  • PUT/ux/common/service_outage/service_outage/{id}/
  • DELETEDelete a service outage
  • GETGet service outage options