mirror of https://github.com/dapr/docs.git
update json example in api doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
7356e7b1b8
commit
a9c8f930d0
|
@ -61,23 +61,27 @@ updatedAt | timestamp | Timestamp of the actor registered/updated.
|
||||||
{
|
{
|
||||||
"hostList": [{
|
"hostList": [{
|
||||||
"name": "198.18.0.1:49347",
|
"name": "198.18.0.1:49347",
|
||||||
|
"namespace": "ns1",
|
||||||
"appId": "actor1",
|
"appId": "actor1",
|
||||||
"actorTypes": ["testActorType1", "testActorType3"],
|
"actorTypes": ["testActorType1", "testActorType3"],
|
||||||
"updatedAt": 1690274322325260000
|
"updatedAt": 1690274322325260000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "198.18.0.2:49347",
|
"name": "198.18.0.2:49347",
|
||||||
|
"namespace": "ns2",
|
||||||
"appId": "actor2",
|
"appId": "actor2",
|
||||||
"actorTypes": ["testActorType2"],
|
"actorTypes": ["testActorType2"],
|
||||||
"updatedAt": 1690274322325260000
|
"updatedAt": 1690274322325260000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "198.18.0.3:49347",
|
"name": "198.18.0.3:49347",
|
||||||
|
"namespace": "ns2",
|
||||||
"appId": "actor2",
|
"appId": "actor2",
|
||||||
"actorTypes": ["testActorType2"],
|
"actorTypes": ["testActorType2"],
|
||||||
"updatedAt": 1690274322325260000
|
"updatedAt": 1690274322325260000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tableVersion": 1
|
"tableVersion": 1,
|
||||||
|
"apiLevel": 20
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue