resource-stat-content
resource-stat-content
Represents a Resource and Stats associated with the Resource.
JSON Example
{
"id": "string",
"resourceKey": {
"name": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"resourceIdentifiers": [
{
"identifierType": {
"name": "string",
"dataType": "string",
"isPartOfUniqueness": false,
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
},
"value": "string",
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
],
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"extension": {
"anyObjects": [
{}
]
}
},
"stat-contents": [
{
"statKey": "string",
"timestamps": [
0
],
"data": [
"number"
],
"values": [
"string"
]
}
]
}
string As uuid
As uuid
id
Required
Identifier of the Resource (typically a UUID).
array of
stat-content
stat-contents
Optional
The stats (numeric or string) data for one or more StatKeys. The stats (numeric or string) data for one or more StatKeys.