curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1/devices/status?device_id=BDS2_01'
[ { "port_id": "A1", "requirement": "LOAD", "resource_status": [ "GRATING_ENABLED", "WORKFLOW_10" ], "material": { "type": "holder", "quantity": 1, "factory": "A2", "model": "C100", "stage": "R" } }, { "port_id": "A2", "requirement": "UNLOAD", "resource_status": [ "GRATING_DISABLED", "WORKFLOW_20" ], "material": { "type": "holder", "barcodes": [ "A73F00001", "A73F00002", "A73F00003" ], "quantity": 3, "factory": "A2", "model": "C100", "stage": "R" } } ]