Category glossary

Automation glossary

5 definitions associated with Automation.

Browse the glossary

Browse Automation definitions

5 matching terms

Page 1 of 1

API

An application programming interface that lets software read or change DDI objects programmatically. Common styles include REST, vendor-specific web APIs, and standards-based protocols such as DNS UPDATE.

Read definition

Race condition

A timing problem in which concurrent processes read the same available resource and both attempt to allocate or modify it. Transactional allocation or server-side next-available functions help avoid duplicate assignments.

Read definition

REST

Representational State Transfer, a common API style using HTTP methods and resource representations. DDI REST APIs often support CRUD operations, search, pagination, authentication, and asynchronous tasks.

Read definition

WAPI

The Infoblox NIOS Web API, a REST-like interface for querying and modifying Grid objects. Versioned WAPI endpoints expose object types, fields, functions, paging, and authentication controls.

Read definition

Workflow

A controlled sequence of request, validation, approval, implementation, verification, notification, and closure steps. DDI workflows reduce manual error and preserve ownership and audit evidence.

Read definition