Questions tagged [mindsphere]

MindSphere is a cloud-based platform as a service (PaaS) that runs on top of a cloud infrastructure (AWS, Azure or Alibaba) and provides its own APIs, hosts Apps and stores data in separate customers environments (tenants). It incorporated a version of the Cloud Foundry middle-ware and supports a set of programming languages or frameworks, like .NET core, Java, Node.js, PHP, Python, Go and Ruby.

13 questions
2
votes
1 answer

Cloud Foundry account id

When I want to use Cloud Foundry API from outside MindSphere environment, it is needed to get an access token by calling this endpoint: https://"your account id".piam.eu1.mindsphere.io/oauth/token My question is: What "your account id" means here,…
2
votes
1 answer

Create Asset with MindSphere

I want to create an asset with aspects and write/read data to/from it. The MindSphere API Document says that assets can be created using the API. Do you have a running code example for creating an asset via the API? Is it also possible to create it…
user3579222
  • 783
  • 5
  • 16
1
vote
1 answer

Mindsphere; Mapping an aspect to a data source; can't link variables with the asset type

I'm new to the Mindsphere platform. I'm trying to link the variables with the asset type but when I click on Change (wechseln) I get a blank white page. I've already created an Asset (MindConnect Nano), an Aspect, a Type and an Asset Type. I'm using…
1
vote
1 answer

How to do MindSphere App Automation Testing with Postman or Newman?

Mind App Automation Testing with Postman or Newman possibility? Is there a mechanism to login to a MindSphere Tenant in Postman?? Exposing access token via API in a mind app in the same tenant and using it in subsequent Rest API calls is another…
Anand Varkey Philips
  • 1,271
  • 17
  • 34
1
vote
0 answers

React app is working fine in localhost But when i upload in Cloud Foundry and registered in Mindsphere 404 not found:error

I'm new to Cloudfoundry and Mindsphere.When running React app(simple app) in local is working fine. But when push to Cloud Foundry and registered in mindsphere, While accessing the URL, it showing the the following error: 404 Not Found: Requested…
Ramlal S
  • 1,131
  • 1
  • 11
  • 25
1
vote
0 answers

In localhost node app is running fine but after pushing in CF and registered in Mindsphere pages showing 404 status

Im new to Cloud Foundry and Mindsphere. My node application is running good in the local host. After uploading to Cloud Foundry and registered in mindsphere. The files are not loading. Even the CSS file also showing the 404 Status(in the…
Ramlal S
  • 1,131
  • 1
  • 11
  • 25
1
vote
1 answer

MindSphere URL Access

I am trying to access Mindsphere URL with Java Code. I am getting 403 forbidden error while doing it. While I am able to hit other POST URL's for other sites, Mindsphere URL is getting blocked by same piece of Java Code. Can someone help? What am i…
1
vote
1 answer

Asp.NET core backend service application

Can I create an Asp.Net core application that can essentially mimic a windows service and just constantly run in the background? I suspect you can but I am unsure which application type to use (ie. console app, web app, etc.). Scenario: This is a…
dsis
  • 103
  • 5
1
vote
1 answer

Why is CloudFoundry installing multiple .NET Core Versions?

For test purposes I wrote an little ASP.NET Core Web API project, set the .csproj to contain this: netcoreapp2.0 2.0.0 When I…
ThisWillDoIt
  • 340
  • 7
  • 22
0
votes
1 answer

MindSphere SDK V2 for Java - authorization fail

My code: String token = request.getHeader("authorization"); // I was checked, token have value type Bearer. MindsphereCredentials credentials = MindsphereCredentials.userTokenBuilder() .authorization(token) .build(); But my…
I Pan
  • 1
0
votes
1 answer

MindSphere: update existing asset type

I have an asset and an assettype. Now, I want to expand the asset type. How can I do that. I work with the Java 1.0 SDK. I tried the following but I always get an Exception (400 response code) AssetTypeDto dto = new AssetTypeDto(); Integer…
user3579222
  • 783
  • 5
  • 16
0
votes
1 answer

Add Aspect To Asset in MindSphere

I am using the MindSphere JAVA SDK (1.0.0). I have an asset and I created an Aspect. How can I assign the existing aspect to the existing asset in java?
user3579222
  • 783
  • 5
  • 16
0
votes
1 answer

Subscribe device to Mindsphere IoTExtension using MQTT

I am working on a small project for demonstration purposes. I am using an ESP8266 to publish data to the IoT Extension using the MQTT functionality as described here. I am publishing to the s/us topic and it works fine. Now I want another ESP8266 to…
JCoordes
  • 25
  • 1
  • 7