86356bf6f1
More work needs to be done in rfc3986 to give the user more control over what they consider to be a valid URI in the context of RFC 3986. For example, a previous incarnation of these tests checked that "1" and "abc" were invalid when according to the RFC they are. Update the API samples and tests to use valid URIs DocImpact Change-Id: I288fbaead64990db1053b7a11e82904611b8498f
14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"agents": [
|
|
{
|
|
"agent_id": 1,
|
|
"architecture": "x86",
|
|
"hypervisor": "hypervisor",
|
|
"md5hash": "add6bb58e139be103324d04d82d8f545",
|
|
"os": "os",
|
|
"url": "http://example.com/path/to/resource",
|
|
"version": "8.0"
|
|
}
|
|
]
|
|
}
|