fe43d281f9
Update symbols in api-ref/samples with correct json format. Change-Id: If4ea56324e6187e0eaab70503afc5ad7944c9024
33 lines
965 B
JSON
33 lines
965 B
JSON
{
|
|
"access_list": [
|
|
{
|
|
"access_level": "rw",
|
|
"state": "error",
|
|
"id": "507bf114-36f2-4f56-8cf4-857985ca87c1",
|
|
"access_type": "cert",
|
|
"access_to": "example.com",
|
|
"access_key": null,
|
|
"created_at": "2018-07-17T02:01:04.000000",
|
|
"updated_at": "2018-07-17T02:01:04.000000",
|
|
"metadata": {
|
|
"key1": "value1",
|
|
"key2": "value2"
|
|
}
|
|
},
|
|
{
|
|
"access_level": "rw",
|
|
"state": "active",
|
|
"id": "a25b2df3-90bd-4add-afa6-5f0dbbd50452",
|
|
"access_type": "ip",
|
|
"access_to": "0.0.0.0/0",
|
|
"access_key": null,
|
|
"created_at": "2018-07-16T01:03:21.000000",
|
|
"updated_at": "2018-07-16T01:03:21.000000",
|
|
"metadata": {
|
|
"key3": "value3",
|
|
"key4": "value4"
|
|
}
|
|
}
|
|
]
|
|
}
|