2018-11-09 09:10:41 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"Name": "current",
|
|
|
|
"Metadata": {
|
2024-05-31 04:40:04 -04:00
|
|
|
"Description": "description of current",
|
|
|
|
"MyCustomMetadata": "MyCustomMetadataValue"
|
2018-11-09 09:10:41 -05:00
|
|
|
},
|
|
|
|
"Endpoints": {
|
|
|
|
"docker": {
|
2021-04-30 03:31:41 -04:00
|
|
|
"Host": "https://someswarmserver.example.com",
|
2018-11-09 09:10:41 -05:00
|
|
|
"SkipTLSVerify": false
|
|
|
|
}
|
|
|
|
},
|
2021-06-16 03:08:42 -04:00
|
|
|
"TLSMaterial": {},
|
2018-11-09 09:10:41 -05:00
|
|
|
"Storage": {
|
|
|
|
"MetadataPath": "<METADATA_PATH>",
|
|
|
|
"TLSPath": "<TLS_PATH>"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|