forked from chacuavip10/oci_auto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest-raw-data.example.json
More file actions
48 lines (48 loc) · 1.02 KB
/
request-raw-data.example.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"metadata": {
"ssh_authorized_keys": "ssh-rsa xxx"
},
"shape": "VM.Standard.A1.Flex",
"compartmentId": "ocid1.xxx",
"displayName": "instance-xxx",
"availabilityDomain": "FIiW:xxx",
"sourceDetails": {
"sourceType": "image",
"imageId": "ocid1.xxx"
},
"createVnicDetails": {
"assignPublicIp": true,
"subnetId": "ocid1.xxx",
"assignPrivateDnsRecord": true
},
"agentConfig": {
"pluginsConfig": [
{
"name": "Vulnerability Scanning",
"desiredState": "DISABLED"
},
{
"name": "Compute Instance Monitoring",
"desiredState": "ENABLED"
},
{
"name": "Bastion",
"desiredState": "DISABLED"
}
],
"isMonitoringDisabled": false,
"isManagementDisabled": false
},
"definedTags": {},
"freeformTags": {},
"instanceOptions": {
"areLegacyImdsEndpointsDisabled": false
},
"availabilityConfig": {
"recoveryAction": "RESTORE_INSTANCE"
},
"shapeConfig": {
"ocpus": 4,
"memoryInGBs": 24
}
}