Storage Rules
Attributes
Endpoints
List Storage Rules
get /api/storage_rulesArguments
- description String
-
id
uuid
Unique identifier for the object.
- isDefaultBin Integer
- maxNumberLocations Integer
- minNumberLocations Integer
- minStockPerBin Integer
- packSize Integer
- packSizeUsageType Integer
- requiredCapacity Integer
Request with curl
curl "http://[Your IP]/api/storage_rules" \
-X
get
\-H "Content-Type: application/json" \-H "Authorization: Bearer [Your JWT Access Token]"
Example Response
{
"storage rules": [{
}]
}]
}
Show Storage Rule
get /api/storage_rule/[id]Arguments
- description String
-
id
uuid
Unique identifier for the object.
Request with curl
curl "http://[Your IP]/api/storage_rule/[id]" \
-X
get
\-H "Content-Type: application/json" \
-H "Authorization: Bearer [Your JWT Access Token]"
Example Response
{
"storage rule": {
}
}