To post an XML request to the NFM-P
Note: You must use a user account with OSS Mgmt permission to access the XML API. See the chapter on NFM-P user security in the NSP System Administrator Guide for more information about the NFM-P user accounts and privileges.
You must have an OSS script or application that uses the required HTTP client methods, including POST that is required to send the XML API requests.
You must always close and release the connection regardless of whether the response to your XML request is a success or not. Make sure the connection is not stuck in a CLOSE-WAIT state; use the appropriate HTTP client methods to properly close it.
Steps
1 |
Specify the HTTP or HTTPS access address.
|
2 |
Create an XML request. |
3 |
Create a script to post the request. |
4 |
Post the request to the XML API using the following CLI syntax: OSS_application xml_request.xml where OSS_application is the name of your OSS application that uses the POST method xml_request is the name of your XML request The NFM-P sends a response that includes the request execution status and the requested information. See Table 9-3, HTTP response codes for information about the HTTP response codes and the corresponding execution status. End of steps |
© 2023 Nokia. Nokia Confidential Information
Use subject to agreed restrictions on disclosure and use.