GettersApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
get_value | GET /get_value/{name} | |
getvalueat_indices | POST /getvalueat_indices/{name} |
get_value
getvalue(api::GettersApi, name::String; mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getvalue(api::GettersApi, responsestream::Channel, name::String; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse
Get the value of a variable.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | GettersApi | API context | |
name | String | [default to nothing] |
Return type
Vector{Float64}
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]
getvalueat_indices
getvalueatindices(api::GettersApi, name::String, requestbody::Vector{Int64}; _mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getvalueatindices(api::GettersApi, responsestream::Channel, name::String, request_body::Vector{Int64}; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse
Get the value of a variable at specific indices.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | GettersApi | API context | |
name | String | [default to nothing] | |
request_body | Vector{Int64} |
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]