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

Jobs

PreviousDiscovery ConfigurationNextMIB Explorer
get

API endpoint that allows bot cmdb configurations to be viewed or edited.

Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /ux/ims/jobs/profile/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200Success
{
  "id": "text",
  "object_id": "text",
  "organization": "text",
  "agent_id": "text",
  "object_type": "text",
  "action": "text",
  "primary_id": "text",
  "status": 1,
  "data": "text",
  "creation_time": "2025-06-07T15:18:10.952Z",
  "last_update_time": "2025-06-07T15:18:10.952Z",
  "is_deleted": true,
  "mtime": 1,
  "user_id": 1,
  "filename": "text"
}
delete

API endpoint that allows bot cmdb configurations to be viewed or edited.

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

No response body

No content

  • GETGets a list of Jobs
  • POST/ux/ims/jobs/profile/
  • GET/ux/ims/jobs/profile/{id}/
  • PUT/ux/ims/jobs/profile/{id}/
  • DELETE/ux/ims/jobs/profile/{id}/

Gets a list of Jobs

get

This endpoint is used to fetch all the jobs in the current organization

Authorizations
Query parameters
items_per_pageintegerRequired

Items Per Page

pageintegerRequired

Page Number

reversebooleanOptional

Sorting Order

sortstringOptional

Sorting Key

Responses
200Success
application/json
get
GET /ux/ims/jobs/profile/?items_per_page=1&page=1 HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200Success
{
  "ANY_ADDITIONAL_PROPERTY": "anything"
}
post

API endpoint that allows bot cmdb configurations to be viewed or edited.

Authorizations
Body

Jobs serializers

idstringRead-onlyRequired
object_idstringRequired
organizationstringOptional
agent_idstringOptional
object_typestringOptional
actionstringOptional
primary_idstringOptional
statusintegerOptional
datastringOptional
creation_timestring · date-timeOptional
last_update_timestring · date-timeOptional
is_deletedbooleanOptional
mtimeintegerOptional
user_idintegerOptional
filenamestringOptional
Responses
201Success
application/json
post
POST /ux/ims/jobs/profile/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 289

{
  "object_id": "text",
  "organization": "text",
  "agent_id": "text",
  "object_type": "text",
  "action": "text",
  "primary_id": "text",
  "status": 1,
  "data": "text",
  "creation_time": "2025-06-07T15:18:10.952Z",
  "last_update_time": "2025-06-07T15:18:10.952Z",
  "is_deleted": true,
  "mtime": 1,
  "user_id": 1,
  "filename": "text"
}
201Success
{
  "id": "text",
  "object_id": "text",
  "organization": "text",
  "agent_id": "text",
  "object_type": "text",
  "action": "text",
  "primary_id": "text",
  "status": 1,
  "data": "text",
  "creation_time": "2025-06-07T15:18:10.952Z",
  "last_update_time": "2025-06-07T15:18:10.952Z",
  "is_deleted": true,
  "mtime": 1,
  "user_id": 1,
  "filename": "text"
}
put

API endpoint that allows bot cmdb configurations to be viewed or edited.

Authorizations
Path parameters
idstringRequired
Body

Jobs serializers

idstringRead-onlyRequired
object_idstringRequired
organizationstringOptional
agent_idstringOptional
object_typestringOptional
actionstringOptional
primary_idstringOptional
statusintegerOptional
datastringOptional
creation_timestring · date-timeOptional
last_update_timestring · date-timeOptional
is_deletedbooleanOptional
mtimeintegerOptional
user_idintegerOptional
filenamestringOptional
Responses
200Success
application/json
put
PUT /ux/ims/jobs/profile/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 289

{
  "object_id": "text",
  "organization": "text",
  "agent_id": "text",
  "object_type": "text",
  "action": "text",
  "primary_id": "text",
  "status": 1,
  "data": "text",
  "creation_time": "2025-06-07T15:18:10.952Z",
  "last_update_time": "2025-06-07T15:18:10.952Z",
  "is_deleted": true,
  "mtime": 1,
  "user_id": 1,
  "filename": "text"
}
200Success
{
  "id": "text",
  "object_id": "text",
  "organization": "text",
  "agent_id": "text",
  "object_type": "text",
  "action": "text",
  "primary_id": "text",
  "status": 1,
  "data": "text",
  "creation_time": "2025-06-07T15:18:10.952Z",
  "last_update_time": "2025-06-07T15:18:10.952Z",
  "is_deleted": true,
  "mtime": 1,
  "user_id": 1,
  "filename": "text"
}