We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4347a commit a4dc257Copy full SHA for a4dc257
functions/host-details/main.py
@@ -35,3 +35,6 @@ def on_post(request: FoundryRequest) -> FoundryResponse:
35
body={"host_details": response["body"]["resources"][0]},
36
code=200,
37
)
38
+
39
+if __name__ == '__main__':
40
+ func.run()
functions/servicenow/main.py
@@ -116,3 +116,6 @@ def on_post(request: FoundryRequest) -> FoundryResponse:
116
code=500,
117
errors=[FoundryAPIError(code=500, message=f"Error creating incident: {str(e)}")]
118
119
120
121
0 commit comments