How do we get the image with the image name
Depending on the version of MSE API please use the following Map resource to get all maps, then a particular image.
See MSE 8.0 API Maps resource
curl -i "http(s)://<MSE IPADDRESS>/api/contextaware/v1/maps" \
-XGET \
-H "Accept: application/json" \
curl -i "http(s)://<MSE IPADDRESS>/api/contextaware/v1/maps/imagesource/domain_0_1234567890.png" \
-XGET \
-H "Accept: application/json" \
See CMX 10.2 Configuration API for Map resource
/api/config/v1/maps \
/api/config/v1/maps/imagesource/domain_0_1234567890.png
Comments
0 comments
Please sign in to leave a comment.