@itentialopensource/adapter-f5_bigiq 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.3.3 [07-25-2023]
3
+
4
+ * Add default value to schema files
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-f5_bigiq!5
7
+
8
+ ---
9
+
2
10
  ## 0.3.2 [07-20-2023]
3
11
 
4
12
  * Remove additional headers
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "queryDSCGroup",
12
12
  "enum": [
13
13
  "queryDSCGroup",
14
14
  "queryDSCGroupByGroupId"
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "queryDevicebyDeviceReference",
12
12
  "enum": [
13
13
  "queryDevicebyDeviceReference"
14
14
  ],
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "getExampleBIGIPiHealthReport",
12
12
  "enum": [
13
13
  "getExampleBIGIPiHealthReport",
14
14
  "getExampleBIGIPiHealthUploads",
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "retrieveallSoftwareImages",
12
12
  "enum": [
13
13
  "retrieveallSoftwareImages",
14
14
  "retrieveallBIGIPsandimageslots"
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "getExampleBIGIPscripts",
12
12
  "enum": [
13
13
  "getExampleBIGIPscripts",
14
14
  "retrieveallBIGIPscripts",
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "getResolveMachineId",
12
12
  "enum": [
13
13
  "getResolveMachineId"
14
14
  ],
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "verifyProperSystemStatus",
12
12
  "enum": [
13
13
  "verifyProperSystemStatus",
14
14
  "verifyProperHAStatus"
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "getExampleBackupRestoreTask",
12
12
  "enum": [
13
13
  "getExampleBackupRestoreTask",
14
14
  "retrieveallBackupTasks",
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "retrieveBIGIPDeviceImportTasks",
12
12
  "enum": [
13
13
  "retrieveBIGIPDeviceImportTasks",
14
14
  "performBIGIPDeviceImportusingmachineId",
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "retrievaallUpgradeTasks",
12
12
  "enum": [
13
13
  "retrievaallUpgradeTasks",
14
14
  "performSoftwareUpgrade"
@@ -8,7 +8,7 @@
8
8
  "ph_request_type": {
9
9
  "type": "string",
10
10
  "description": "type of request (internal to adapter)",
11
- "default": "",
11
+ "default": "getExampleQkview",
12
12
  "enum": [
13
13
  "getExampleQkview",
14
14
  "retrieveQkviewTasks",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-f5_bigiq",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "This adapter integrates with system described as: f5Big-iqApi.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "f5 BIG-IQ",
Binary file