ExchangeItemsApi

All URIs are relative to http://localhost:50051

MethodHTTP requestDescription
getcomponentnameGET /getcomponentname
getinputitem_countGET /getinputitem_count
getinputvar_namesGET /getinputvar_names
getoutputitem_countGET /getoutputitem_count
getoutputvar_namesGET /getoutputvar_names

getcomponentname

getcomponentname(req::HTTP.Request;) -> GetComponentNameResponse

Get the name of the model component.

Required Parameters

This endpoint does not need any parameter.

Return type

GetComponentNameResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

getinputitem_count

getinputitem_count(req::HTTP.Request;) -> Int64

The number of variables the model can use from other models implementing a BMI.

Required Parameters

This endpoint does not need any parameter.

Return type

Int64

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

getinputvar_names

getinputvar_names(req::HTTP.Request;) -> Vector{String}

Gets an array of names for the variables the model can use from other models implementing a BMI.

Required Parameters

This endpoint does not need any parameter.

Return type

Vector{String}

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

getoutputitem_count

getoutputitem_count(req::HTTP.Request;) -> Int64

The number of variables the model can provide other models implementing a BMI.

Required Parameters

This endpoint does not need any parameter.

Return type

Int64

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

getoutputvar_names

getoutputvar_names(req::HTTP.Request;) -> Vector{String}

Gets an array of names for the variables the model can provide to other models implementing a BMI.

Required Parameters

This endpoint does not need any parameter.

Return type

Vector{String}

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]