Questions tagged [httpapi]

26 questions
0
votes
1 answer

Sometimes some data is missing from Prometheus's query

I have 3 Ubuntu machines. Each of them has Prometheus installed with node_exporter. When I try to get network statistics, I…
Howard Zhu
  • 23
  • 4
0
votes
1 answer

Microsoft Teams: get process id of video call process

I am using AutoHotkey to (un-)mute teams calls (OS: Win10Enterprise). The code looks like that: LControl & LWin:: ;#HotkeyInterval 200 Send ^ WinGet, active_id, ID, A SetTitleMatchMode, 2 ;DetectHiddenWindows, On WinGet, fensterID, List, ahk_exe…
Robert
  • 652
  • 2
  • 11
  • 23
0
votes
0 answers

Referencing lambda environment variable in Cloudformation template throws "circular dependency" error

I have an application that uses an AWS lambda function triggered by an implicit http api event, which gets post/get requests from a React app: "mylambda": { "Type": "AWS::Serverless::Function", "Properties": { "InlineCode":…
0
votes
0 answers

how to recive HTTP POST request in php file

This request sent to my specified url from payment gateway over http post request POST https://mywebsite.com/checkout/?oid=12345 { "status":"SUCCESS", "notif_token":"dd497bda3b250e536186fc0663f32f40", "txnid":…
0
votes
1 answer

Google Cloud Storage JSON REST API - Insert and List objects in a sub-directory in a bucket

I'm trying to figure out how to: a) Store / insert an object on Google Cloud Storage within a sub-directory b) List a given sub-directory's contents I managed to resolve how to get an object here: Google Cloud Storage JSON REST API - Get object held…
0
votes
0 answers

How to build Dockerfile on Windows via HTTP API?

I installed the docker on the Windows machine. Then I exposed the docker daemon to the localhost for the docker HTTP API usage. Then I wrote simple Dockerfile and try to build it in the following way: curl…
AeroSun
  • 2,401
  • 2
  • 23
  • 46
0
votes
1 answer

Create different JWT authoriser in Auth0 and attach permissions based on the permitted roles

There are three kinds of users in my Auth0 tenant: Regular user (no role) Moderator user (assigned "Mod" role) Admin user (assigned "Admin" role) I created an API in Auth0 and attached to the endpoints via JWT authoriser in the new AWS API Gateway…
EES
  • 1,584
  • 3
  • 20
  • 38
0
votes
1 answer

Im trying to repeatedly fetch data from a http api and update my SwiftUI view accordingly

im trying to fetch some data from a Http Api and use the responded JSON to update the text in my SwiftUI view accordingly The problem is, that I need to fetch the data two times per second and I don't really know how to refresh my view…
nOk
  • 2,725
  • 4
  • 13
  • 26
0
votes
1 answer

Remapping values from min/max to max/min in Dart / Flutter

I am developing an application in Flutter via the Dart programming language. I am trying to control an RGB-LED via HTTP-API call. The problem im having is, that the LED is inverted in its properties. Im not an expert in this topic but i can provide…
Mitial
  • 15
  • 6
0
votes
0 answers

Passing variables to the Ansible httpapi plugin

I am looking for some help to add one additional variable to the HTTP plugin. I wanted to pass variable 'ansible_domain' from the inventory or variable file. I am able to pass to the username and password, but additional variables are not accepted…
mikeraj2019
  • 39
  • 2
  • 10
0
votes
0 answers

Customize response header with Microsoft-HTTPAPI Server

I have a dictation service which is running on a Windows Server, behind a Microsoft-HTTPAPI Server which assuring a http communication to the service, I installed this service using a msi package (without any configuration) and it works. Now I need…
1
2