mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Add Digital Ocean as an initial cluster
This commit is contained in:
parent
c35c5dbf23
commit
2ce35535e0
@ -59,7 +59,7 @@
|
|||||||
"model": "virtualization.cluster",
|
"model": "virtualization.cluster",
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
"fields": {
|
"fields": {
|
||||||
"name": "Amazon EC2",
|
"name": "Digital Ocean",
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"group": 1,
|
"group": 1,
|
||||||
"created": "2016-08-01",
|
"created": "2016-08-01",
|
||||||
@ -69,6 +69,17 @@
|
|||||||
{
|
{
|
||||||
"model": "virtualization.cluster",
|
"model": "virtualization.cluster",
|
||||||
"pk": 2,
|
"pk": 2,
|
||||||
|
"fields": {
|
||||||
|
"name": "Amazon EC2",
|
||||||
|
"type": 1,
|
||||||
|
"group": 1,
|
||||||
|
"created": "2016-08-01",
|
||||||
|
"last_updated": "2016-08-01T15:22:42.289Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "virtualization.cluster",
|
||||||
|
"pk": 3,
|
||||||
"fields": {
|
"fields": {
|
||||||
"name": "Microsoft Azure",
|
"name": "Microsoft Azure",
|
||||||
"type": 1,
|
"type": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user