Operation
post /eqm/allLogs/{groupId}/{neId}/{neType}/{operation}/{status}/{aid}Log the operation. (createEntity : /eqm/allLogs/{groupId}/{neId}/{neType}/{operation}/{status}/{aid})
Log operation
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| groupId | required | EML Group ID | --- |
| neId | required | EML Network Element ID | --- |
| neType | required | Network Element Type | --- |
| operation | required | Type of operation | --- |
| status | required | Status of operation | --- |
| aid | required | Element AID | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | required | Provisioned Entity Data | ProvisionedEntity |
--- |
| body2 | optional | Session | HttpSession |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
String
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/xml
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/xml
External Docs
See Also :
HashMap«string,EntityParameter»
Name |
Type |
Description |
Enum |
|---|
ProvisionedEntity
Name |
Type |
Description |
Enum |
|---|---|---|---|
| entityType | String string |
Entity Type | [EQUIPMENT, PORT] |
| groupId | String string |
EML Group ID | --- |
| neId | String string |
EML Network Element ID | --- |
| entityName | String string |
Entity Name | --- |
| paramList | array[EntityParameter] EntityParameter |
Parameter list for the equipment | --- |
| paramListAsMap | HashMap«string,EntityParameter» HashMap«string,EntityParameter» |
--- | --- |