Operation
get /data/swim/EmlInstance
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/neList/PartialDownload
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/neList/PartialDownload
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/neList/PartialDownload
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "neLabel": "PSS4-BA-101-155", "neType": "1830PSS-4", "emlId": "148", "version": "7.0", "neId": "146" }, { "neLabel": "PSS4-BA-101-145", "neType": "1830PSS-4", "emlId": "143", "version": "7.0", "neId": "141" }, { "neLabel": "PSS4-BA-101-151", "neType": "1830PSS-4", "emlId": "146", "version": "8.1", "neId": "144" }, { "neLabel": "PSS4-BA-101-153", "neType": "1830PSS-4", "emlId": "147", "version": "7.0", "neId": "145" }, { "neLabel": "PSS4-SAM-37-110", "neType": "1830PSS-4", "emlId": "34", "version": "8.2", "neId": "102" }, { "neLabel": "PSS4-SAM-37-108", "neType": "1830PSS-4", "emlId": "35", "version": "8.2", "neId": "103" }, { "neLabel": "PSS4-SAM-37-106", "neType": "1830PSS-4", "emlId": "36", "version": "8.2", "neId": "104" }, { "neLabel": "PSS4-BA-03", "neType": "1830PSS-4", "emlId": "60", "version": "8.2", "neId": "139" }, { "neLabel": "PSS4-BA-101-147", "neType": "1830PSS-4", "emlId": "144", "version": "8.0", "neId": "142" }, { "neLabel": "PSS4-BA-101-149", "neType": "1830PSS-4", "emlId": "145", "version": "8.2", "neId": "143" } ], "status": "OK" }
External Docs
Operation
get /data/swim/PhnNes
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/SoftwarePackageInfo
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/CheckForDiskFull
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/deleteNe/{emlip}/{emlGroup}/{emlInstance}/{emlNeid}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
emlip | required | EML Ip Address | --- |
emlGroup | required | Eml Group | --- |
emlInstance | required | EMl Instance | --- |
emlNeid | required | EMl NeId | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
HashMap
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/deleteOTNPackage/
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
HashMap
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/deletePackage/{emlip}/{softwarePath}/{emlGroup}/{neType}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
emlip | required | EML Ip Address | --- |
softwarePath | required | Software Path | --- |
emlGroup | required | emlGroup | --- |
neType | required | neType | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
HashMap
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/neInfo
Below are the list of attibutes given in the response
neLabel : NE Name
neType : Type of the NE
emlId : EML ID details
emlDomainId : SNA Instance id
serverName : EML server name
neid : OTN NE Id
neBackupStatus : Status of the previous backup on the NE
nebackupPath : Path where the backup file is present in case of successful backup
nebackupSize : Size of the backup file
neBackupError : error reason incase of backup failure
neIpAddress : NE IP address
neBackupTime : time when the backup was performed
emlNeid : EML NE ID
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
put /swim/neList
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | required | NE filter values | Map<String, String> |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
application/json;charset=UTF-8
Example Request Data
{"jobType":"Backup","jobName":"test-list","neLabel":"*","neType":"1830PSS-4","emlInstanceId":"--"}
Produces
application/json;charset=UTF-8
Example Response Data
{ "identifier": "1", "items": [ { "neLabel": "PSS4-BA-01", "neType": "1830PSS-4", "neId": "22", "emlId": null, "startTime": null }, { "neLabel": "PSS4-100-59-69", "neType": "1830PSS-4", "neId": "64", "emlId": null, "startTime": null }, { "neLabel": "PSS4-100-59-70", "neType": "1830PSS-4", "neId": "65", "emlId": null, "startTime": null }, { "neLabel": "Node90PSS4V22", "neType": "1830PSS-4", "neId": "264", "emlId": null, "startTime": null } ], "status": "OK" }
External Docs
Operation
get /swim/neList/All
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/neList/All
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "neLabel": "test-sec-12", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-dual-12", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "TESTPRE1#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS64-BA-01#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-sai-again#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "testpopUp#TD2", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-slte1", "neType": "1830SLTE", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "SITE-C-1", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS4-BA-01", "neType": "1830PSS-4", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "testpopUp", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-sec#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-OCS-TDMX#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-OCS-TDMX#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "dummyNE", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS64-BA-03#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "P-O-D-C1#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "P-O-D-C1#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "testpopUp#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "1646SMC-BA-03", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "testTest", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "testTest#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "issuePHN#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "issuesolve#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS64-BA-04", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-slk", "neType": "1830SLTE", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-slte", "neType": "1830SLTE", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-sec-12#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-slte3", "neType": "1830SLTE", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "TESTPRE1", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "P-O-D-C1", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS1MD4H-BA-01", "neType": "1830PSS-1-MD4H", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS16II-BA-03", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "test-fabiola", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "issuePHN", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "PSS64-BA-03", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "P-O-D-C1#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "testpopUp#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "100", "serverName": "Platinum" }, { "neLabel": "P-O-D-C#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "WDM010010040214", "neType": "1626-LM", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D4#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C3#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS24x-100-56-184", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-PDC", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PHN3", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PHN6", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PHN7", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "1830TDMX-BA-05", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS32-100-56-183", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C1", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C1#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D3", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D4#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C1#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C2#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C2#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C3", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C2#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "test-dual", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "test-dual#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "WDM010010040215", "neType": "1626-LM", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-PDC#TC1", "neType": "1830PSS-TDMXC", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-OCS-DC#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "1830TDMX-BA-07", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D3#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS64-100-56-185#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS4-100-59-69", "neType": "1830PSS-4", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D4", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-5", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PHN5", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PHN8", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PHN9", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Node90PSS4V22", "neType": "1830PSS-4", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS32.100-63-122", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-OD#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-OD#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-5#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-5#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C2", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C2#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C2#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D-C#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS8-100-56-182", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C2", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS4-100-59-70", "neType": "1830PSS-4", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-PDC#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-D3#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "P-O-C3#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "Comp-OCS-DC#TD1", "neType": "1830PSS-TDMX", "emlId": "EML_1", "emlDomainId": "101", "serverName": "Platinum" }, { "neLabel": "PSS8", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "pss16", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "test", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "PSS010100010071", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "test-ntp#OCS", "neType": "1830PSS-OCS", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "PSS32-100-56-122", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "SNA2", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "DummyModify", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "102", "serverName": "Platinum" }, { "neLabel": "PSS32-100-53-218", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "103", "serverName": "Platinum" }, { "neLabel": "SNA1", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "103", "serverName": "Platinum" }, { "neLabel": "PSS32-45-42", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "103", "serverName": "Platinum" }, { "neLabel": "PSS32-100-54.196", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "103", "serverName": "Platinum" }, { "neLabel": "PSS32-100-53-216", "neType": "1830PSS-PHN", "emlId": "EML_1", "emlDomainId": "103", "serverName": "Platinum" } ], "status": "OK" }
External Docs
Operation
get /swim/Download/package/{serverName}/{neType}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
serverName | required | Server name for package | --- |
neType | required | Ne type for which package is needed | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/Download/package/localhost/1830PSS-PHN
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "version": "ARMADA/1830PSSECX-18.23-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/ARMADA/1830PSSECX-18.23-20/1830PSSECXM.DSC", "pkgInIms": [] }, { "version": "ARMADA/1830PSSECX-17.24-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/ARMADA/1830PSSECX-17.24-20/1830PSSECXM.DSC", "pkgInIms": [] }, { "version": "ARMADA/1830PSSECE-18.23-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/ARMADA/1830PSSECE-18.23-20/1830PSSECEM.DSC", "pkgInIms": [] }, { "version": "ARMADA/1830PSSECX-16.11-70", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/ARMADA/1830PSSECX-16.11-70/1830PSSECXM.DSC", "pkgInIms": [] }, { "version": "ARMADA/1830PSSECX-17.31-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/ARMADA/1830PSSECX-17.31-20/1830PSSECXM.DSC", "pkgInIms": [] }, { "version": "EC/1830PSS-20.24-11", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/EC/1830PSS-20.24-11/1830PSSM.DSC", "pkgInIms": [] }, { "version": "EC/1830PSS-8.1-0", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/EC/1830PSS-8.1-0/1830PSSM.DSC", "pkgInIms": [] }, { "version": "EC/1830PSSECX-18.23-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/EC/1830PSSECX-18.23-20/1830PSSECXM.DSC", "pkgInIms": [] }, { "version": "EC/1830PSSECE-17.24-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/EC/1830PSSECE-17.24-20/1830PSSECEM.DSC", "pkgInIms": [] }, { "version": "EC/1830PSS-18.23-20", "type": "1830PSS32M", "name": "/usr/Systems/OTNE_1-14/swdl/swdlserv/data/1830PSS32M/EC/1830PSS-18.23-20/1830PSSM.DSC", "pkgInIms": [] } ], "status": "OK" }
External Docs
Operation
get /data/swim/backupNeInfo
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
data/swim/backupNeInfo
Produces
application/json
Example Response Data
Response { "identifier": "1", "items": [ { "label": "Success", "value": 0 }, { "label": "Failed", "value": 0 }, { "label": "NoBackup", "value": 27 } ], "status": "OK" }
External Docs
Operation
get /swim/emlInstances
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/emlInstances
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "neLabel": null, "neType": null, "neId": null, "emlId": "OTNE", "startTime": null }, { "neLabel": null, "neType": null, "neId": null, "emlId": "EML_1", "startTime": null } ], "status": "OK" }
External Docs
Operation
get /data/swim/externalServerInfo
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/transferFile/fileLoc/{emlip}/{emlid}/{emlgroup}/{strB}/{dirFilePath}/{dirFilePath1}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
emlip | required | EML Ip Address | --- |
emlid | required | EML ID | --- |
emlgroup | required | EML Group | --- |
strB | required | Path value | --- |
dirFilePath | required | Directory file path | --- |
dirFilePath1 | required | File Name | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
HashMap
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/transferFile/fileLoc/Platinum/OTNE_1/100/PSS64-BA-01%23OCS-2016-08-04_18-02-20/U307/2016-08-04_18-02-20?request.preventCache=1470579181784
Produces
application/json
Example Response Data
{"SUCCESS":"Success"}
External Docs
Operation
put /swim/jobDetails
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | Job name | String |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
application/json
Example Request Data
test-res
Produces
application/json;charset=UTF-8
Example Response Data
{ "identifier": "1", "items": [ { "jobid": 195, "jobName": "test-res", "jobType": "Restore", "jobActivationType": "Immediate", "duration": 0, "starttime": "JobCompleted IST", "completionTime": "2016-07-29 10:46:23 IST", "activationtime": "2016-07-29 10:37:02 IST", "jobstatus": "Failed", "periodic": "", "totalNeCount": 1, "jobPeriodic": false, "jobNEList": [ { "neLabel": "PSS64-BA-03", "neType": "1830PSS-OCS", "neId": "296", "swVersion": null, "swName": null, "serverName": "localhost", "swforced": "True", "targetNe": "", "selectedCardType": "", "progressPercentage": 0, "swUnit": null, "misAligmentFlag": "True", "totalBytes": "0", "backupFileName": "U345/2016-07-28_14-57-27", "mibActFlag": "True", "neRelease": "9.0", "restoreForced": "True", "result": "Generic Error", "error_id": "Generic Error", "neCompletionStatus": "TERMINATED_ERROR", "startDate": "2016-07-29 10:37:22 IST", "endDate": "2016-07-29 10:46:23 IST", "step": 1, "neStatus": "TERMINATED_ERROR" } ], "date": null, "time": null, "dayOfWeek": null, "scheduledStartTime": "null IST", "onlyPssFamily": true, "jobStep": 1 } ], "status": "OK" }
External Docs
Operation
get /swim/jobs
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/jobs
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "jobid": 2, "id": "2", "jobName": "test-1", "jobType": "Backup", "jobActivationType": "Immediate", "duration": 0, "starttime": 0, "completionTime": 0, "activationtime": 1580369720000, "jobstatus": "Not Active", "periodic": "", "jobNEList": [], "jobCardList": [], "date": null, "time": null, "dayOfWeek": null, "scheduledStartTime": 0, "jobStep": 0, "serverTime": "2020-02-10 14:52:26:0117 +0000", "key": "jobs/2", "jobTry": 0 }, { "jobid": 21, "id": "21", "jobName": "backup", "jobType": "Backup", "jobActivationType": "Immediate", "duration": 0, "starttime": 1581011719000, "completionTime": 1581011914000, "activationtime": 1581011699000, "jobstatus": "Successful", "periodic": "", "jobNEList": [], "jobCardList": [], "date": null, "time": null, "dayOfWeek": null, "scheduledStartTime": 0, "jobStep": 1, "serverTime": "2020-02-10 14:52:26:0117 +0000", "key": "jobs/21", "jobTry": 0 } ], "status": "OK" }
External Docs
Operation
get /swim/jobStepDetails
Query parameters
Name |
IsRequired |
Description |
---|---|---|
jobName | required | Job name for which job step is needed |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/jobStepDetails?jobName=FTSTEST1
Produces
application/json
Example Response Data
{"identifier":"1","items":[{"jobStep":"1","neStep":"1"}],"status":"OK"}
External Docs
Operation
get /swim/Download/cardInfo/{neLabel}/
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
neLabel | required | Ne Label | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
put /swim/Restore/backupFiles/{neLabel}/
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
neLabel | required | neLabel | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | externalServerInfo | ExternalServerInfo |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
application/json;charset=UTF-8
Produces
application/json;charset=UTF-8
External Docs
Operation
get /data/swim/neList/getListOfSwNes/{neType}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
neType | required | Ne Type (incase of filtering) | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/BackupNeList/{resultType}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
resultType | required | result Type | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/neId/{gneId}/{gneGroupId}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
gneId | required | gneId | --- |
gneGroupId | required | gneGroupId | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/neList/Download
Query parameters
Name |
IsRequired |
Description |
---|---|---|
version | required | Software version |
neType | required | Ne Type |
jobName | required | Job Name (incase ne search is for addNe function) |
det1 | required | Partner Ne Type -1 |
det2 | required | Partner NE Type -2 |
det3 | required | Partner Ne Type -3 |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/neList/Download?jobName=Test-111&neType=1830PSS-PHN&version=ARMADA/1830PSSECX-18.23-20&det1=1830PSS-OCS;09_00_00&det2=--&det3=--
Produces
application/json
Example Response Data
{"identifier":"1","items":[{"neLabel":"test-sec-12#OCS;test-sec-12","neType":"1830PSS","neId":"37;38","emlId":null,"startTime":null},{"neLabel":"P-O-D3;P-O-D3#OCS","neType":"1830PSS","neId":"164;165","emlId":null,"startTime":null},{"neLabel":"P-O-D4;P-O-D4#OCS","neType":"1830PSS","neId":"167;168","emlId":null,"startTime":null},{"neLabel":"P-O-D-5;P-O-D-5#OCS","neType":"1830PSS","neId":"170;171","emlId":null,"startTime":null},{"neLabel":"P-O-C1;P-O-C1#OCS","neType":"1830PSS","neId":"173;174","emlId":null,"startTime":null},{"neLabel":"P-O-C2;P-O-C2#OCS","neType":"1830PSS","neId":"176;177","emlId":null,"startTime":null},{"neLabel":"P-O-C3;P-O-C3#OCS","neType":"1830PSS","neId":"179;180","emlId":null,"startTime":null},{"neLabel":"P-O-D-C1;P-O-D-C1#OCS","neType":"1830PSS","neId":"183;184","emlId":null,"startTime":null},{"neLabel":"P-O-D-C2;P-O-D-C2#OCS","neType":"1830PSS","neId":"187;188","emlId":null,"startTime":null},{"neLabel":"P-O-D-C;P-O-D-C#OCS","neType":"1830PSS","neId":"191;192","emlId":null,"startTime":null},{"neLabel":"test-dual;test-dual#OCS","neType":"1830PSS","neId":"220;221","emlId":null,"startTime":null},{"neLabel":"TESTPRE1;TESTPRE1#OCS","neType":"1830PSS","neId":"269;270","emlId":null,"startTime":null},{"neLabel":"testTest;testTest#OCS","neType":"1830PSS","neId":"271;272","emlId":null,"startTime":null},{"neLabel":"issuePHN;issuePHN#OCS","neType":"1830PSS","neId":"291;292","emlId":null,"startTime":null}],"status":"OK"}
External Docs
Operation
get /data/swim/NePrimaryVersion/{neType}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
neType | required | Ne Type | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/NeScheduledBckpData
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/neTypeVersionList
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/neTypeVersionList
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/neTypeVersionList
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "neType": "1830PSS-TDMXC", "neCount": 9, "latestVersion": "02_03_139", "applicableNeLabels": [ { "neLabel": "1646SMC-BA-03", "neType": "1830PSS-TDMXC", "neId": "214", "emlId": "100", "startTime": null }, { "neLabel": "Comp-PDC#TC1", "neType": "1830PSS-TDMXC", "neId": "170", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C1#TC1", "neType": "1830PSS-TDMXC", "neId": "192", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C2#TC1", "neType": "1830PSS-TDMXC", "neId": "195", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C3#TC1", "neType": "1830PSS-TDMXC", "neId": "198", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C#TC1", "neType": "1830PSS-TDMXC", "neId": "211", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C1#TC1", "neType": "1830PSS-TDMXC", "neId": "203", "emlId": "100", "startTime": null }, { "neLabel": "P-O-D-C2#TC1", "neType": "1830PSS-TDMXC", "neId": "207", "emlId": "101", "startTime": null }, { "neLabel": "testpopUp#TC1", "neType": "1830PSS-TDMXC", "neId": "250", "emlId": "100", "startTime": null } ] }, { "neType": "1626-LM", "neCount": 2, "latestVersion": "6_0A_09", "applicableNeLabels": [ { "neLabel": "WDM010010040214", "neType": "1626-LM", "neId": "219", "emlId": "101", "startTime": null }, { "neLabel": "WDM010010040215", "neType": "1626-LM", "neId": "220", "emlId": "101", "startTime": null } ] }, { "neType": "1830PSS-PHN", "neCount": 43, "latestVersion": "20.24-11", "applicableNeLabels": [ { "neLabel": "Comp-PDC", "neType": "1830PSS-PHN", "neId": "168", "emlId": "101", "startTime": null }, { "neLabel": "DummyModify", "neType": "1830PSS-PHN", "neId": "324", "emlId": "102", "startTime": null }, { "neLabel": "P-O-C1", "neType": "1830PSS-PHN", "neId": "190", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C2", "neType": "1830PSS-PHN", "neId": "193", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C3", "neType": "1830PSS-PHN", "neId": "196", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-5", "neType": "1830PSS-PHN", "neId": "187", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C", "neType": "1830PSS-PHN", "neId": "208", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C1", "neType": "1830PSS-PHN", "neId": "200", "emlId": "100", "startTime": null }, { "neLabel": "P-O-D-C2", "neType": "1830PSS-PHN", "neId": "204", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D3", "neType": "1830PSS-PHN", "neId": "181", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D4", "neType": "1830PSS-PHN", "neId": "184", "emlId": "101", "startTime": null }, { "neLabel": "PHN3", "neType": "1830PSS-PHN", "neId": "96", "emlId": "101", "startTime": null }, { "neLabel": "PHN5", "neType": "1830PSS-PHN", "neId": "98", "emlId": "101", "startTime": null }, { "neLabel": "PHN6", "neType": "1830PSS-PHN", "neId": "99", "emlId": "101", "startTime": null }, { "neLabel": "PHN7", "neType": "1830PSS-PHN", "neId": "100", "emlId": "101", "startTime": null }, { "neLabel": "PHN8", "neType": "1830PSS-PHN", "neId": "101", "emlId": "101", "startTime": null }, { "neLabel": "PHN9", "neType": "1830PSS-PHN", "neId": "102", "emlId": "101", "startTime": null }, { "neLabel": "PSS010100010071", "neType": "1830PSS-PHN", "neId": "322", "emlId": "102", "startTime": null }, { "neLabel": "PSS16II-BA-03", "neType": "1830PSS-PHN", "neId": "299", "emlId": "100", "startTime": null }, { "neLabel": "PSS24x-100-56-184", "neType": "1830PSS-PHN", "neId": "59", "emlId": "101", "startTime": null }, { "neLabel": "PSS32-100-53-216", "neType": "1830PSS-PHN", "neId": "105", "emlId": "103", "startTime": null }, { "neLabel": "PSS32-100-53-218", "neType": "1830PSS-PHN", "neId": "106", "emlId": "103", "startTime": null }, { "neLabel": "PSS32-100-54.196", "neType": "1830PSS-PHN", "neId": "107", "emlId": "103", "startTime": null }, { "neLabel": "PSS32-100-56-122", "neType": "1830PSS-PHN", "neId": "39", "emlId": "102", "startTime": null }, { "neLabel": "PSS32-100-56-183", "neType": "1830PSS-PHN", "neId": "104", "emlId": "101", "startTime": null }, { "neLabel": "PSS32-45-42", "neType": "1830PSS-PHN", "neId": "108", "emlId": "103", "startTime": null }, { "neLabel": "PSS32.100-63-122", "neType": "1830PSS-PHN", "neId": "244", "emlId": "101", "startTime": null }, { "neLabel": "PSS8", "neType": "1830PSS-PHN", "neId": "109", "emlId": "102", "startTime": null }, { "neLabel": "PSS8-100-56-182", "neType": "1830PSS-PHN", "neId": "293", "emlId": "101", "startTime": null }, { "neLabel": "SITE-C-1", "neType": "1830PSS-PHN", "neId": "25", "emlId": "100", "startTime": null }, { "neLabel": "SNA1", "neType": "1830PSS-PHN", "neId": "325", "emlId": "103", "startTime": null }, { "neLabel": "SNA2", "neType": "1830PSS-PHN", "neId": "326", "emlId": "102", "startTime": null }, { "neLabel": "TESTPRE1", "neType": "1830PSS-PHN", "neId": "318", "emlId": "100", "startTime": null }, { "neLabel": "dummyNE", "neType": "1830PSS-PHN", "neId": "315", "emlId": "100", "startTime": null }, { "neLabel": "issuePHN", "neType": "1830PSS-PHN", "neId": "340", "emlId": "100", "startTime": null }, { "neLabel": "pss16", "neType": "1830PSS-PHN", "neId": "110", "emlId": "102", "startTime": null }, { "neLabel": "test", "neType": "1830PSS-PHN", "neId": "323", "emlId": "102", "startTime": null }, { "neLabel": "test-dual", "neType": "1830PSS-PHN", "neId": "258", "emlId": "101", "startTime": null }, { "neLabel": "test-dual-12", "neType": "1830PSS-PHN", "neId": "310", "emlId": "100", "startTime": null }, { "neLabel": "test-fabiola", "neType": "1830PSS-PHN", "neId": "260", "emlId": "100", "startTime": null }, { "neLabel": "test-sec-12", "neType": "1830PSS-PHN", "neId": "38", "emlId": "100", "startTime": null }, { "neLabel": "testTest", "neType": "1830PSS-PHN", "neId": "320", "emlId": "100", "startTime": null }, { "neLabel": "testpopUp", "neType": "1830PSS-PHN", "neId": "248", "emlId": "100", "startTime": null } ] }, { "neType": "1830PSS-1-MD4H", "neCount": 0, "latestVersion": "1.9-1", "applicableNeLabels": [] }, { "neType": "1830PSS-OCS", "neCount": 24, "latestVersion": "09_00_00", "applicableNeLabels": [ { "neLabel": "Comp-OCS-DC#OCS", "neType": "1830PSS-OCS", "neId": "171", "emlId": "101", "startTime": null }, { "neLabel": "Comp-OD#OCS", "neType": "1830PSS-OCS", "neId": "150", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C1#OCS", "neType": "1830PSS-OCS", "neId": "191", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C2#OCS", "neType": "1830PSS-OCS", "neId": "194", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C3#OCS", "neType": "1830PSS-OCS", "neId": "197", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-5#OCS", "neType": "1830PSS-OCS", "neId": "188", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C#OCS", "neType": "1830PSS-OCS", "neId": "209", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C1#OCS", "neType": "1830PSS-OCS", "neId": "201", "emlId": "100", "startTime": null }, { "neLabel": "P-O-D-C2#OCS", "neType": "1830PSS-OCS", "neId": "205", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D3#OCS", "neType": "1830PSS-OCS", "neId": "182", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D4#OCS", "neType": "1830PSS-OCS", "neId": "185", "emlId": "101", "startTime": null }, { "neLabel": "PSS64-100-56-185#OCS", "neType": "1830PSS-OCS", "neId": "86", "emlId": "101", "startTime": null }, { "neLabel": "PSS64-BA-03", "neType": "1830PSS-OCS", "neId": "364", "emlId": "100", "startTime": null }, { "neLabel": "PSS64-BA-03#OCS", "neType": "1830PSS-OCS", "neId": "365", "emlId": "100", "startTime": null }, { "neLabel": "TESTPRE1#OCS", "neType": "1830PSS-OCS", "neId": "319", "emlId": "100", "startTime": null }, { "neLabel": "issuePHN#OCS", "neType": "1830PSS-OCS", "neId": "341", "emlId": "100", "startTime": null }, { "neLabel": "issuesolve#OCS", "neType": "1830PSS-OCS", "neId": "342", "emlId": "100", "startTime": null }, { "neLabel": "test-OCS-TDMX#OCS", "neType": "1830PSS-OCS", "neId": "173", "emlId": "100", "startTime": null }, { "neLabel": "test-dual#OCS", "neType": "1830PSS-OCS", "neId": "259", "emlId": "101", "startTime": null }, { "neLabel": "test-ntp#OCS", "neType": "1830PSS-OCS", "neId": "35", "emlId": "102", "startTime": null }, { "neLabel": "test-sai-again#OCS", "neType": "1830PSS-OCS", "neId": "54", "emlId": "100", "startTime": null }, { "neLabel": "test-sec#OCS", "neType": "1830PSS-OCS", "neId": "36", "emlId": "100", "startTime": null }, { "neLabel": "test-sec-12#OCS", "neType": "1830PSS-OCS", "neId": "37", "emlId": "100", "startTime": null }, { "neLabel": "testTest#OCS", "neType": "1830PSS-OCS", "neId": "321", "emlId": "100", "startTime": null } ] }, { "neType": "1830PSS-TDMX", "neCount": 23, "latestVersion": "02_03_140", "applicableNeLabels": [ { "neLabel": "1646SMC-BA-03", "neType": "1830PSS-TDMXC", "neId": "214", "emlId": "100", "startTime": null }, { "neLabel": "1830TDMX-BA-05", "neType": "1830PSS-TDMX", "neId": "223", "emlId": "101", "startTime": null }, { "neLabel": "1830TDMX-BA-07", "neType": "1830PSS-TDMX", "neId": "224", "emlId": "101", "startTime": null }, { "neLabel": "Comp-OCS-DC#TD1", "neType": "1830PSS-TDMX", "neId": "172", "emlId": "101", "startTime": null }, { "neLabel": "Comp-OD#TD1", "neType": "1830PSS-TDMX", "neId": "151", "emlId": "101", "startTime": null }, { "neLabel": "Comp-PDC#TC1", "neType": "1830PSS-TDMXC", "neId": "170", "emlId": "101", "startTime": null }, { "neLabel": "Comp-PDC#TD1", "neType": "1830PSS-TDMX", "neId": "169", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C1#TC1", "neType": "1830PSS-TDMXC", "neId": "192", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C2#TC1", "neType": "1830PSS-TDMXC", "neId": "195", "emlId": "101", "startTime": null }, { "neLabel": "P-O-C3#TC1", "neType": "1830PSS-TDMXC", "neId": "198", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-5#TD1", "neType": "1830PSS-TDMX", "neId": "189", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C#TC1", "neType": "1830PSS-TDMXC", "neId": "211", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C#TD1", "neType": "1830PSS-TDMX", "neId": "210", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C1#TC1", "neType": "1830PSS-TDMXC", "neId": "203", "emlId": "100", "startTime": null }, { "neLabel": "P-O-D-C1#TD1", "neType": "1830PSS-TDMX", "neId": "202", "emlId": "100", "startTime": null }, { "neLabel": "P-O-D-C2#TC1", "neType": "1830PSS-TDMXC", "neId": "207", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D-C2#TD1", "neType": "1830PSS-TDMX", "neId": "206", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D3#TD1", "neType": "1830PSS-TDMX", "neId": "183", "emlId": "101", "startTime": null }, { "neLabel": "P-O-D4#TD1", "neType": "1830PSS-TDMX", "neId": "186", "emlId": "101", "startTime": null }, { "neLabel": "test-OCS-TDMX#TD1", "neType": "1830PSS-TDMX", "neId": "174", "emlId": "100", "startTime": null }, { "neLabel": "testpopUp#TC1", "neType": "1830PSS-TDMXC", "neId": "250", "emlId": "100", "startTime": null }, { "neLabel": "testpopUp#TD1", "neType": "1830PSS-TDMX", "neId": "249", "emlId": "100", "startTime": null }, { "neLabel": "testpopUp#TD2", "neType": "1830PSS-TDMX", "neId": "251", "emlId": "100", "startTime": null } ] } ], "status": "OK" }
External Docs
Operation
get /swim/neList/neTypes
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/neList/neTypes
Produces
application/json
Example Response Data
{"identifier":"1","items":[{"neLabel":"TP","neType":"1830PSS-TDMXC","neId":"1","emlId":"1","startTime":null},{"neLabel":"TP","neType":"1626-LM","neId":"1","emlId":"1","startTime":null},{"neLabel":"TP","neType":"1830PSS-PHN","neId":"1","emlId":"1","startTime":null},{"neLabel":"TP","neType":"1830PSS-4","neId":"1","emlId":"1","startTime":null},{"neLabel":"TP","neType":"1830PSS-1-MD4H","neId":"1","emlId":"1","startTime":null},{"neLabel":"TP","neType":"1830PSS-OCS","neId":"1","emlId":"1","startTime":null},{"neLabel":"TP","neType":"1830PSS-TDMX","neId":"1","emlId":"1","startTime":null}],"status":"OK"}
External Docs
Operation
get /data/swim/NoNeBackupList
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /data/swim/NonScheduledNeBackupList
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/neList/scheduledBckpData
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/neList/scheduledBckpData
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "y": 0, "text": "Scheduled Backup NEs (0)", "neVersion": null, "neLabels": [], "applicableNes": [] }, { "y": 99, "text": "Non Scheduled Backup NEs (99)", "neVersion": null, "neLabels": [], "applicableNes": [ { "neLabel": "PSS4-BA-01", "neType": "1830PSS-4", "neId": "22", "emlId": "24", "startTime": null }, { "neLabel": "SITE-C-1", "neType": "1830PSS-PHN", "neId": "23", "emlId": "25", "startTime": null }, { "neLabel": "test-ntp#OCS", "neType": "1830PSS-OCS", "neId": "35", "emlId": "35", "startTime": null }, { "neLabel": "test-sec#OCS", "neType": "1830PSS-OCS", "neId": "36", "emlId": "36", "startTime": null }, { "neLabel": "test-sec-12#OCS", "neType": "1830PSS-OCS", "neId": "37", "emlId": "37", "startTime": null }, { "neLabel": "test-sec-12", "neType": "1830PSS-PHN", "neId": "38", "emlId": "38", "startTime": null }, { "neLabel": "PSS32-100-56-122", "neType": "1830PSS-PHN", "neId": "39", "emlId": "39", "startTime": null }, { "neLabel": "test-sai-again#OCS", "neType": "1830PSS-OCS", "neId": "45", "emlId": "54", "startTime": null }, { "neLabel": "PSS24x-100-56-184", "neType": "1830PSS-PHN", "neId": "50", "emlId": "59", "startTime": null }, { "neLabel": "PSS4-100-59-69", "neType": "1830PSS-4", "neId": "64", "emlId": "73", "startTime": null }, { "neLabel": "PSS4-100-59-70", "neType": "1830PSS-4", "neId": "65", "emlId": "74", "startTime": null }, { "neLabel": "PSS64-100-56-185#OCS", "neType": "1830PSS-OCS", "neId": "75", "emlId": "86", "startTime": null }, { "neLabel": "PHN3", "neType": "1830PSS-PHN", "neId": "82", "emlId": "96", "startTime": null }, { "neLabel": "PHN5", "neType": "1830PSS-PHN", "neId": "84", "emlId": "98", "startTime": null }, { "neLabel": "PHN6", "neType": "1830PSS-PHN", "neId": "85", "emlId": "99", "startTime": null }, { "neLabel": "PHN7", "neType": "1830PSS-PHN", "neId": "86", "emlId": "100", "startTime": null }, { "neLabel": "PHN8", "neType": "1830PSS-PHN", "neId": "87", "emlId": "101", "startTime": null }, { "neLabel": "PHN9", "neType": "1830PSS-PHN", "neId": "88", "emlId": "102", "startTime": null }, { "neLabel": "PSS32-100-56-183", "neType": "1830PSS-PHN", "neId": "90", "emlId": "104", "startTime": null }, { "neLabel": "PSS32-100-53-216", "neType": "1830PSS-PHN", "neId": "91", "emlId": "105", "startTime": null }, { "neLabel": "PSS32-100-53-218", "neType": "1830PSS-PHN", "neId": "92", "emlId": "106", "startTime": null }, { "neLabel": "PSS32-100-54.196", "neType": "1830PSS-PHN", "neId": "93", "emlId": "107", "startTime": null }, { "neLabel": "PSS32-45-42", "neType": "1830PSS-PHN", "neId": "94", "emlId": "108", "startTime": null }, { "neLabel": "PSS8", "neType": "1830PSS-PHN", "neId": "95", "emlId": "109", "startTime": null }, { "neLabel": "pss16", "neType": "1830PSS-PHN", "neId": "96", "emlId": "110", "startTime": null }, { "neLabel": "Comp-OD#OCS", "neType": "1830PSS-OCS", "neId": "133", "emlId": "150", "startTime": null }, { "neLabel": "Comp-OD#TD1", "neType": "1830PSS-TDMX", "neId": "134", "emlId": "151", "startTime": null }, { "neLabel": "Comp-PDC", "neType": "1830PSS-PHN", "neId": "151", "emlId": "168", "startTime": null }, { "neLabel": "Comp-PDC#TD1", "neType": "1830PSS-TDMX", "neId": "152", "emlId": "169", "startTime": null }, { "neLabel": "Comp-PDC#TC1", "neType": "1830PSS-TDMXC", "neId": "153", "emlId": "170", "startTime": null }, { "neLabel": "Comp-OCS-DC#OCS", "neType": "1830PSS-OCS", "neId": "154", "emlId": "171", "startTime": null }, { "neLabel": "Comp-OCS-DC#TD1", "neType": "1830PSS-TDMX", "neId": "155", "emlId": "172", "startTime": null }, { "neLabel": "test-OCS-TDMX#OCS", "neType": "1830PSS-OCS", "neId": "156", "emlId": "173", "startTime": null }, { "neLabel": "test-OCS-TDMX#TD1", "neType": "1830PSS-TDMX", "neId": "157", "emlId": "174", "startTime": null }, { "neLabel": "P-O-D3", "neType": "1830PSS-PHN", "neId": "164", "emlId": "181", "startTime": null }, { "neLabel": "P-O-D3#OCS", "neType": "1830PSS-OCS", "neId": "165", "emlId": "182", "startTime": null }, { "neLabel": "P-O-D3#TD1", "neType": "1830PSS-TDMX", "neId": "166", "emlId": "183", "startTime": null }, { "neLabel": "P-O-D4", "neType": "1830PSS-PHN", "neId": "167", "emlId": "184", "startTime": null }, { "neLabel": "P-O-D4#OCS", "neType": "1830PSS-OCS", "neId": "168", "emlId": "185", "startTime": null }, { "neLabel": "P-O-D4#TD1", "neType": "1830PSS-TDMX", "neId": "169", "emlId": "186", "startTime": null }, { "neLabel": "P-O-D-5", "neType": "1830PSS-PHN", "neId": "170", "emlId": "187", "startTime": null }, { "neLabel": "P-O-D-5#OCS", "neType": "1830PSS-OCS", "neId": "171", "emlId": "188", "startTime": null }, { "neLabel": "P-O-D-5#TD1", "neType": "1830PSS-TDMX", "neId": "172", "emlId": "189", "startTime": null }, { "neLabel": "P-O-C1", "neType": "1830PSS-PHN", "neId": "173", "emlId": "190", "startTime": null }, { "neLabel": "P-O-C1#OCS", "neType": "1830PSS-OCS", "neId": "174", "emlId": "191", "startTime": null }, { "neLabel": "P-O-C1#TC1", "neType": "1830PSS-TDMXC", "neId": "175", "emlId": "192", "startTime": null }, { "neLabel": "P-O-C2", "neType": "1830PSS-PHN", "neId": "176", "emlId": "193", "startTime": null }, { "neLabel": "P-O-C2#OCS", "neType": "1830PSS-OCS", "neId": "177", "emlId": "194", "startTime": null }, { "neLabel": "P-O-C2#TC1", "neType": "1830PSS-TDMXC", "neId": "178", "emlId": "195", "startTime": null }, { "neLabel": "P-O-C3", "neType": "1830PSS-PHN", "neId": "179", "emlId": "196", "startTime": null }, { "neLabel": "P-O-C3#OCS", "neType": "1830PSS-OCS", "neId": "180", "emlId": "197", "startTime": null }, { "neLabel": "P-O-C3#TC1", "neType": "1830PSS-TDMXC", "neId": "181", "emlId": "198", "startTime": null }, { "neLabel": "P-O-D-C1", "neType": "1830PSS-PHN", "neId": "183", "emlId": "200", "startTime": null }, { "neLabel": "P-O-D-C1#OCS", "neType": "1830PSS-OCS", "neId": "184", "emlId": "201", "startTime": null }, { "neLabel": "P-O-D-C1#TD1", "neType": "1830PSS-TDMX", "neId": "185", "emlId": "202", "startTime": null }, { "neLabel": "P-O-D-C1#TC1", "neType": "1830PSS-TDMXC", "neId": "186", "emlId": "203", "startTime": null }, { "neLabel": "P-O-D-C2", "neType": "1830PSS-PHN", "neId": "187", "emlId": "204", "startTime": null }, { "neLabel": "P-O-D-C2#OCS", "neType": "1830PSS-OCS", "neId": "188", "emlId": "205", "startTime": null }, { "neLabel": "P-O-D-C2#TD1", "neType": "1830PSS-TDMX", "neId": "189", "emlId": "206", "startTime": null }, { "neLabel": "P-O-D-C2#TC1", "neType": "1830PSS-TDMXC", "neId": "190", "emlId": "207", "startTime": null }, { "neLabel": "P-O-D-C", "neType": "1830PSS-PHN", "neId": "191", "emlId": "208", "startTime": null }, { "neLabel": "P-O-D-C#OCS", "neType": "1830PSS-OCS", "neId": "192", "emlId": "209", "startTime": null }, { "neLabel": "P-O-D-C#TD1", "neType": "1830PSS-TDMX", "neId": "193", "emlId": "210", "startTime": null }, { "neLabel": "P-O-D-C#TC1", "neType": "1830PSS-TDMXC", "neId": "194", "emlId": "211", "startTime": null }, { "neLabel": "1646SMC-BA-03", "neType": "1830PSS-TDMXC", "neId": "197", "emlId": "214", "startTime": null }, { "neLabel": "WDM010010040214", "neType": "1626-LM", "neId": "202", "emlId": "219", "startTime": null }, { "neLabel": "WDM010010040215", "neType": "1626-LM", "neId": "203", "emlId": "220", "startTime": null }, { "neLabel": "1830TDMX-BA-05", "neType": "1830PSS-TDMX", "neId": "206", "emlId": "223", "startTime": null }, { "neLabel": "1830TDMX-BA-07", "neType": "1830PSS-TDMX", "neId": "207", "emlId": "224", "startTime": null }, { "neLabel": "PSS1MD4H-BA-01", "neType": "1830PSS-1-MD4H", "neId": "208", "emlId": "225", "startTime": null }, { "neLabel": "PSS32.100-63-122", "neType": "1830PSS-PHN", "neId": "212", "emlId": "244", "startTime": null }, { "neLabel": "testpopUp", "neType": "1830PSS-PHN", "neId": "216", "emlId": "248", "startTime": null }, { "neLabel": "testpopUp#TD1", "neType": "1830PSS-TDMX", "neId": "217", "emlId": "249", "startTime": null }, { "neLabel": "testpopUp#TC1", "neType": "1830PSS-TDMXC", "neId": "218", "emlId": "250", "startTime": null }, { "neLabel": "testpopUp#TD2", "neType": "1830PSS-TDMX", "neId": "219", "emlId": "251", "startTime": null }, { "neLabel": "test-dual", "neType": "1830PSS-PHN", "neId": "220", "emlId": "258", "startTime": null }, { "neLabel": "test-dual#OCS", "neType": "1830PSS-OCS", "neId": "221", "emlId": "259", "startTime": null }, { "neLabel": "test-fabiola", "neType": "1830PSS-PHN", "neId": "222", "emlId": "260", "startTime": null }, { "neLabel": "PSS8-100-56-182", "neType": "1830PSS-PHN", "neId": "243", "emlId": "293", "startTime": null }, { "neLabel": "PSS16II-BA-03", "neType": "1830PSS-PHN", "neId": "249", "emlId": "299", "startTime": null }, { "neLabel": "PSS64-BA-01#OCS", "neType": "1830PSS-OCS", "neId": "257", "emlId": "307", "startTime": null }, { "neLabel": "test-dual-12", "neType": "1830PSS-PHN", "neId": "260", "emlId": "310", "startTime": null }, { "neLabel": "Node90PSS4V22", "neType": "1830PSS-4", "neId": "264", "emlId": "314", "startTime": null }, { "neLabel": "dummyNE", "neType": "1830PSS-PHN", "neId": "265", "emlId": "315", "startTime": null }, { "neLabel": "PSS64-BA-03#OCS", "neType": "1830PSS-OCS", "neId": "268", "emlId": "365", "startTime": null }, { "neLabel": "TESTPRE1", "neType": "1830PSS-PHN", "neId": "269", "emlId": "318", "startTime": null }, { "neLabel": "TESTPRE1#OCS", "neType": "1830PSS-OCS", "neId": "270", "emlId": "319", "startTime": null }, { "neLabel": "testTest", "neType": "1830PSS-PHN", "neId": "271", "emlId": "320", "startTime": null }, { "neLabel": "testTest#OCS", "neType": "1830PSS-OCS", "neId": "272", "emlId": "321", "startTime": null }, { "neLabel": "PSS010100010071", "neType": "1830PSS-PHN", "neId": "274", "emlId": "322", "startTime": null }, { "neLabel": "test", "neType": "1830PSS-PHN", "neId": "275", "emlId": "323", "startTime": null }, { "neLabel": "DummyModify", "neType": "1830PSS-PHN", "neId": "276", "emlId": "324", "startTime": null }, { "neLabel": "SNA1", "neType": "1830PSS-PHN", "neId": "277", "emlId": "325", "startTime": null }, { "neLabel": "SNA2", "neType": "1830PSS-PHN", "neId": "278", "emlId": "326", "startTime": null }, { "neLabel": "issuePHN", "neType": "1830PSS-PHN", "neId": "291", "emlId": "340", "startTime": null }, { "neLabel": "issuePHN#OCS", "neType": "1830PSS-OCS", "neId": "292", "emlId": "341", "startTime": null }, { "neLabel": "issuesolve#OCS", "neType": "1830PSS-OCS", "neId": "293", "emlId": "342", "startTime": null }, { "neLabel": "PSS64-BA-04", "neType": "1830PSS-OCS", "neId": "294", "emlId": "343", "startTime": null }, { "neLabel": "PSS64-BA-03", "neType": "1830PSS-OCS", "neId": "296", "emlId": "364", "startTime": null } ] } ], "status": "OK" }
External Docs
Operation
get /swim/jobDetails
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
String
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
text/plain
External Docs
Operation
get /data/swim/SnaInstances/{emlInstance}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
emlInstance | required | Server name for package | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
put /data/swim/jobDetails
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | Job name | String |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
application/json
Produces
application/json;charset=UTF-8
External Docs
Operation
get /data/swim/jobs
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
get /swim/jobDetailsById/{jobId}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
jobId | required | Job Id | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/jobDetailsById/2
Produces
application/json
Example Response Data
{ "identifier": "1", "items": [ { "jobId": "2", "key": "jobNes/3", "neLabel": "PHN_18", "neType": "1830PSS-PHN", "neId": "3", "swVersion": null, "swName": null, "serverName": "localhost", "swforced": "False", "targetNe": "", "selectedCardType": "", "progressPercentage": 100, "swUnit": null, "misAligmentFlag": "False", "totalBytes": "306579", "protocol": "SFTP", "ipAddress": null, "userId": null, "password": null, "backupFilePath": "/usr/Systems/OTNE_1-19/swdl/swdlserv/data/100/U3/2019-12-06_22-59-52", "externalServer": "false", "mibActFlag": "False", "neRelease": "11.1", "restoreForced": "False", "result": "Success", "startDate": 1575653349000, "endDate": 1575653439000, "step": 1, "neStatus": "Completed", "id": "2/3" } ], "status": "OK" }
External Docs
Operation
get /data/swim/ScheduledNeBackupList
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Produces
application/json
External Docs
Operation
post /swim/jobDetails
or adding or deleting Nes to the job.
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | jobDetails | SwimJobInputReqModel |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
application/json
Example Request Data
{"jobName":"Bckup-22","jobType":"Backup","jobActivationType":"Immediate", "jobNEList":[{"neLabel":"PSS4-BA-01","neType":"1830PSS-4","neId":"22"}, {"neLabel":"SITE-C-1","neType":"1830PSS-PHN","neId":"23"}], "misc":{"activateJob":"TRUE","timeZnOffset":-330} }
Produces
application/json
Example Response Data
{"identifier":"Bckup-22","items":null,"status":"OK"}
External Docs
Operation
get /swim/updateJobStepDetails
Query parameters
Name |
IsRequired |
Description |
---|---|---|
jobName | required | Job Name |
neLabel | required | Ne Label for which step needs to be updated |
stepValue | required | Step value which needs to be updated. |
forceFlag | required | forceFlag |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
ResponseDtModel
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
/swim/updateJobStepDetails?jobName=FTSTEST1&neLabel=PSS64-BA-04&stepValue=2&request.preventCache=147059480244
Produces
application/json
Example Response Data
{ "identifier": "1", "items": null, "status": "Step Updated successfully. Nes with step 1 missing. Hence updating the NE Step accordingly. " }
External Docs
HashMap
Name |
Type |
Description |
Enum |
---|
JobCardListModel
Name |
Type |
Description |
Enum |
---|---|---|---|
neId | String string |
--- | --- |
neLabel | String string |
--- | --- |
neType | String string |
--- | --- |
cardId | String string |
--- | --- |
cardLocation | String string |
--- | --- |
cardName | String string |
--- | --- |
activeRelease | String string |
--- | --- |
activedOn | String string |
--- | --- |
provisionedOn | String string |
--- | --- |
provisionedRealse | String string |
--- | --- |
loadSate | String string |
--- | --- |
elpsesdTime | String string |
--- | --- |
hitlessLoadState | String string |
--- | --- |
hitlessElpasedTime | String string |
--- | --- |
hitlessUpgrade | String string |
--- | --- |
JobNeListModel
Name |
Type |
Description |
Enum |
---|---|---|---|
neLabel | String string |
Ne label attribute | --- |
neType | String string |
Ne Type attribute | --- |
neId | String string |
Ne Id attribute | --- |
swVersion | String string |
Sw Version attribute | --- |
serverName | String string |
Server Name attribute | --- |
swforced | String string |
SW forced attribute | --- |
targetNe | String string |
Target Ne attribute | --- |
backupFileName | String string |
Backup file Name attribute | --- |
misAligmentFlag | Boolean boolean |
Mis Alignment flag attribute | --- |
selectedCardType | String string |
Selected card type attribute | --- |
step | Integer integer |
Step attribute | --- |
protocol | String string |
Porotocl attribute | --- |
ipAddress | String string |
Ip Address attribute | --- |
userId | String string |
UserId attribute | --- |
password | String string |
Password attribute | --- |
backupFilePath | String string |
External backup file path attribute | --- |
externalServer | String string |
External Server attribute | --- |
gneId | String string |
GneId attribute | --- |
gneGroupId | String string |
gneGroupId attribute | --- |
ResponseDtModel
Name |
Type |
Description |
Enum |
---|---|---|---|
identifier | String string |
Identifer attribute | --- |
items | array[Serializable] Serializable |
Items attribute | --- |
status | String string |
Status attribute | --- |
Serializable
Name |
Type |
Description |
Enum |
---|
SwimJobInputReqModel
Name |
Type |
Description |
Enum |
---|---|---|---|
jobName | String string |
Job Name attribute | --- |
jobType | String string |
Job Type attribute | --- |
jobActivationType | String string |
Job Activation Type attribute | --- |
duration | String string |
Duration attribute | --- |
periodic | String string |
Periodic attribute | --- |
time | String string |
Time attribute | --- |
date | String string |
Date attribute | --- |
dayOfWeek | String string |
Day of the week attribute | --- |
jobNEList | array[JobNeListModel] JobNeListModel |
Job Ne List attribute | --- |
jobCardList | array[JobCardListModel] JobCardListModel |
Job Card List attribute | --- |
misc | JobPropertiesModel JobPropertiesModel |
Misc attribute | --- |