sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
halil.cakal | b8fcd8d | 2024-02-19 21:37:25 +0000 | [diff] [blame] | 3 | .. Copyright (C) 2023-2024 Nordix Foundation |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 4 | |
| 5 | .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING |
| 6 | .. _dataOperationMessageStatusCodes: |
| 7 | |
| 8 | |
| 9 | CPS-NCMP Message Status Codes |
| 10 | ############################# |
| 11 | |
| 12 | +-----------------+------------------------------------------------------+-----------------------------------+ |
sourabh_sourabh | 02ce57c | 2023-10-09 12:18:19 +0100 | [diff] [blame] | 13 | | Status Code | Status Message | Feature(s) | |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 14 | +=================+======================================================+===================================+ |
| 15 | | 0 | Successfully applied changes | Data Operation | |
| 16 | +-----------------+------------------------------------------------------+-----------------------------------+ |
mpriyank | c196477 | 2024-05-27 13:33:36 +0100 | [diff] [blame] | 17 | | 1 | ACCEPTED | CM Data Notification Subscription | |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 18 | +-----------------+------------------------------------------------------+-----------------------------------+ |
danielhanrahan | bbfb061 | 2024-04-16 22:04:44 +0100 | [diff] [blame] | 19 | | 100 | cm handle id(s) is(are) not found | All features | |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 20 | +-----------------+------------------------------------------------------+-----------------------------------+ |
sourabh_sourabh | 02ce57c | 2023-10-09 12:18:19 +0100 | [diff] [blame] | 21 | | 101 | cm handle(s) not ready | Data Operation | |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 22 | +-----------------+------------------------------------------------------+-----------------------------------+ |
| 23 | | 102 | dmi plugin service is not responding | Data Operation | |
| 24 | +-----------------+------------------------------------------------------+-----------------------------------+ |
| 25 | | 103 | dmi plugin service is not able to read resource data | Data Operation | |
| 26 | +-----------------+------------------------------------------------------+-----------------------------------+ |
mpriyank | c196477 | 2024-05-27 13:33:36 +0100 | [diff] [blame] | 27 | | 104 | REJECTED | CM Data Notification Subscription | |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 28 | +-----------------+------------------------------------------------------+-----------------------------------+ |
ToineSiebelink | 7a97700 | 2023-08-22 13:22:12 +0100 | [diff] [blame] | 29 | | 107 | southbound system is busy | Data Operation | |
| 30 | +-----------------+------------------------------------------------------+-----------------------------------+ |
danielhanrahan | bbfb061 | 2024-04-16 22:04:44 +0100 | [diff] [blame] | 31 | | 108 | Unknown error | All features | |
sourabh_sourabh | 02ce57c | 2023-10-09 12:18:19 +0100 | [diff] [blame] | 32 | +-----------------+------------------------------------------------------+-----------------------------------+ |
| 33 | | 109 | cm-handle already exists | Inventory | |
| 34 | +-----------------+------------------------------------------------------+-----------------------------------+ |
| 35 | | 110 | cm-handle has an invalid character(s) in id | Inventory | |
| 36 | +-----------------+------------------------------------------------------+-----------------------------------+ |
halil.cakal | b8fcd8d | 2024-02-19 21:37:25 +0000 | [diff] [blame] | 37 | | 111 | alternate id already associated | Inventory | |
| 38 | +-----------------+------------------------------------------------------+-----------------------------------+ |
ToineSiebelink | 868ff64 | 2024-04-09 17:32:40 +0100 | [diff] [blame] | 39 | | 112 | message too large | Data Operation | |
| 40 | +-----------------+------------------------------------------------------+-----------------------------------+ |
sourabh_sourabh | 9a76aa3 | 2023-07-25 10:58:52 +0100 | [diff] [blame] | 41 | |
| 42 | .. note:: |
| 43 | |
| 44 | - Single response format for all scenarios both positive and error, just using optional fields instead. |
| 45 | - status-code 0-99 is reserved for any success response. |
| 46 | - status-code from 100 to 199 is reserved for any failed response. |
| 47 | |
| 48 | |
| 49 | |