Operation
put /data/swim/firmware/cardDetailsFromPropertiesFecthes cards List (getAllCardsList : /data/swim/firmware/cardDetailsFromProperties)
This method fetches complete list of cards for NE.
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
This API call consumes the following media types via the Content-Type request header:
application/json;charset=UTF-8
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;charset=UTF-8
External Docs
See Also :
Operation
get /data/swim/loadStateReturns LoadState Sttaus of the Cards (getCardLoadStateForAllNEs : /data/swim/loadState)
This method returns list of Returns Loaded/Failed/None
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
ResponseDtModel
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
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 :
Operation
get /data/swim/firmware/refreshCardRefresh card (refreshCard : /data/swim/firmware/refreshCard)
This method refreshes the card for NE.
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | required | NE filter values | Map<String, String> |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
ResponseDtModel
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
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;charset=UTF-8
External Docs
See Also :
Operation
put /data/swim/firmware/refreshCardRefresh card (refreshCard : /data/swim/firmware/refreshCard_1)
This method refreshes the card for NE.
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
This API call consumes the following media types via the Content-Type request header:
application/json;charset=UTF-8
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;charset=UTF-8
External Docs
See Also :
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 |
|---|