mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
28 lines
325 B
Plaintext
28 lines
325 B
Plaintext
[
|
|
{
|
|
"Name":"",
|
|
"name":"",
|
|
"Type":""
|
|
},
|
|
{
|
|
"Name":"Float",
|
|
"name":"float",
|
|
"Type":"BlockFloat64"
|
|
},
|
|
{
|
|
"Name":"Integer",
|
|
"name":"integer",
|
|
"Type":"BlockInteger"
|
|
},
|
|
{
|
|
"Name":"String",
|
|
"name":"string",
|
|
"Type":"BlockString"
|
|
},
|
|
{
|
|
"Name":"Boolean",
|
|
"name":"boolean",
|
|
"Type":"BlockBoolean"
|
|
}
|
|
]
|