Misplaced Pages

OMAPI: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 23:05, 12 July 2012 editAbhayakara (talk | contribs)Extended confirmed users761 edits Blech. I suppose we should do this by the book.← Previous edit Revision as of 00:24, 13 July 2012 edit undoAbhayakara (talk | contribs)Extended confirmed users761 edits Okay, if this is notable, let's make it more accurate and informative.Next edit →
Line 1: Line 1:
{{Orphan|date=November 2006}} {{Orphan|date=November 2006}}
'''OMAPI''' is an ] that stands for '''Object Management Application Programming Interface'''. It is currently used by ] as an ] to manipulate the internal ] of a running ] in a ] way; the allowed modifications cannot impact the functioning server. '''OMAPI''' is an ] that stands for '''Object Management Application Programming Interface'''. It is currently used by ] as an ] to manipulate the internal ] of a running instance of the ISC DHCP ] or ]. Uses on the server include editing registration information for managed ] and controlling the operation of the ]. Uses on the client include fetching configuration information, releasing and renewing leases, and changing which interfaces are managed by the DHCP client.

==Operations==
* Shutting down or reloading the server
* Partially modifying internal data structure such as leases or host
* Modifying status of objects such as failover relationship

Offering a well-defined API to access the data is an example of «barricade» in ].


==References== ==References==


* Code complete 2nd Edition Steve McConnell: Defensive Programming
* : OMAPI * : OMAPI



Revision as of 00:24, 13 July 2012

This article is an orphan, as no other articles link to it. Please introduce links to this page from related articles; try the Find link tool for suggestions. (November 2006)

OMAPI is an acronym that stands for Object Management Application Programming Interface. It is currently used by ISC DHCP as an API to manipulate the internal data structure of a running instance of the ISC DHCP server or client. Uses on the server include editing registration information for managed nodes and controlling the operation of the DHCP Failover Protocol. Uses on the client include fetching configuration information, releasing and renewing leases, and changing which interfaces are managed by the DHCP client.

References

Categories: