Operation
post /data/nfmt/impactedobj
publishImpactedObj (publishImpactedObj : /data/nfmt/impactedobj)
publishImpactedObj
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | impactedobjrequest | ImpactedObjRequestStruct |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
Response«ImpactedObjStructure»
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
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/json
External Docs
See Also :
HashMap«string,string»
Name |
Type |
Description |
Enum |
---|
ImpactedObjStructure
Name |
Type |
Description |
Enum |
---|---|---|---|
status | Integer integer |
--- | --- |
startRow | Integer integer |
--- | --- |
endRow | Integer integer |
--- | --- |
totalRow | Integer integer |
--- | --- |
blockPageNumber | Integer integer |
--- | --- |
blockTotalPages | Integer integer |
--- | --- |
blockTotalSize | Integer integer |
--- | --- |
resultExceedsLimit | Boolean boolean |
--- | --- |
threshold | Integer integer |
--- | --- |
data | array[ServiceDetailsInfoStruct] ServiceDetailsInfoStruct |
--- | --- |
errors | array[String] string |
--- | --- |
Response«ImpactedObjStructure»
Name |
Type |
Description |
Enum |
---|---|---|---|
response | ImpactedObjStructure ImpactedObjStructure |
--- | --- |
ServiceDetailsInfoStruct
Name |
Type |
Description |
Enum |
---|---|---|---|
serviceName | String string |
--- | --- |
customerName | String string |
--- | --- |
serviceShape | String string |
--- | --- |
connectionType | String string |
--- | --- |
connectionId | String string |
--- | --- |
operationalState | String string |
--- | --- |
navContext | HashMap«string,string» HashMap«string,string» |
--- | --- |