{ "id":"/axapi/v3/aam/resource-usage", "type":"object", "node-type":"scalar", "title":"resource-usage", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure AAM Resource Usage", "properties":{ "identity-provider-limit":{ "type":"number", "format":"number", "minimum":64, "maximum":256, "default":64, "partition-visibility":"shared", "description":"Total Number of Identity Provider exists in the System", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }