IPAM
This endpoint is used to fetch all the containers in the current organization
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/ipam/ipam/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
POST /ux/ipam/ipam/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
This endpoint is used to fetch a container details in the current organization
GET /ux/ipam/ipam/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
PUT /ux/ipam/ipam/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
This endpoint is used to delete an existing container for the current organization
No response body
No content
DELETE /ux/ipam/ipam/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/agent_list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
POST /ux/ipam/ipam/check_inventory_scan/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/container-entities/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/dependency-status/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
POST /ux/ipam/ipam/do_availability_scan/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
POST /ux/ipam/ipam/do_inventory_scan/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/get-subnet-name/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/get_audit_options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/get_container_options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/get_ip_addresses/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/group-summary/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/group-summary-widget-options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ip-container-details/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ip-details-grid-view/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ip-reservation/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ip-reservation-config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ip-reservation-list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ipam_audit_list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ipasset-interfaces-list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ipasset-menu-details/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ipasset-port-details/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/ipasset-portmapper-details/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/license-check/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
POST /ux/ipam/ipam/save-ip-allocated/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
Container serializers
POST /ux/ipam/ipam/schedule/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1025
{
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/scheduler-data/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/show-ip-reservation/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/subnet_agent_list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/tree-data/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/unmanaged_ip_list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}
API endpoint that allows bot cmdb configurations to be viewed or edited.
GET /ux/ipam/ipam/visibility-data/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"subnet": "text",
"mask": "text",
"reservation_method": "text",
"ip_count": "text",
"organization": "text",
"customer_id": "text",
"customer_entity_id": [],
"config_id": "text",
"name": "text",
"description": "text",
"ip_version": 1,
"is_deleted": true,
"category": "text",
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"user_info": [],
"role_info": [],
"team_info": [],
"ip_address": "text",
"utilization_threshold_breach": 1,
"subnet_mask": 1,
"is_reserved": true,
"is_availability": true,
"is_inventory": true,
"reservation_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"availability_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"inventory_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"agent_id": "text",
"last_scan_completed": "2025-08-31T16:08:46.616Z",
"last_scan_status": 1,
"last_inv_scan_status": 1,
"last_inv_scan_time": "2025-08-31T16:08:46.616Z",
"last_group_inv_scan_time": "2025-08-31T16:08:46.616Z",
"next_action_time": "2025-08-31T16:08:46.616Z",
"created_by": "text",
"modified_by": "text",
"schedule_config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-31T16:08:46.616Z",
"last_update_time": "2025-08-31T16:08:46.616Z"
}