Skip to content

Commit

Permalink
Merge branch '6.0-dev' into 6.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MrClement committed Nov 28, 2023
2 parents 01ecb36 + 139f581 commit 2320039
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/examples/integrationSNOW.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"webServiceImportUrl": "/api/x_moda_morpheus_ca/morpheus_ci_bulk_insert",
"webServiceImportSysId": "5b08034bcb3e",
"webServiceOperationUrl": "/api/moda/morpheus_ci_bulk_insert",
"cmdbMode": "TABLE",
"preparedForSync": true
},
"status": "ok",
Expand Down
1 change: 1 addition & 0 deletions components/examples/integrationSNOWSuccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"webServiceImportUrl": "/api/x_moda_morpheus_ca/morpheus_ci_bulk_insert",
"webServiceImportSysId": "5b08034bcb3e",
"webServiceOperationUrl": "/api/moda/morpheus_ci_bulk_insert",
"cmdbMode": "TABLE",
"preparedForSync": true
},
"status": "ok",
Expand Down
6 changes: 6 additions & 0 deletions components/schemas/integrationSNOW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ properties:
type: string
webServiceOperationUrl:
type: string
cmdbMode:
type: string
default: TABLE
enum:
- TABLE
- IRE
preparedForSync:
type: boolean
status:
Expand Down
8 changes: 7 additions & 1 deletion components/schemas/integrationSNOWConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ properties:
ignoreCertErrors:
type: boolean
description: Ignore SSL Errors.
default: false
default: false
cmdbMode:
type: string
default: TABLE
enum:
- TABLE
- IRE

0 comments on commit 2320039

Please sign in to comment.