Skip to content
V2xiApi.md 2.34 KiB
Newer Older
# {{classname}}
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

All URIs are relative to *https://localhost/vis/v2*
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

Method | HTTP request | Description
------------- | ------------- | -------------
[**V2xMessagePOST**](V2XMsgApi.md#V2xMessagePOST) | **Post** /publish_v2x_message | Used to publish a V2X message.
[**V2xMsgDistributionServerPost**](V2XMsgApi.md#V2xMsgDistributionServerPost) | **Post** /provide_v2x_msg_distribution_server_info | Request the information about available V2X Message Distribution Servers that can be supported by the service consumer.
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

# **V2xMessagePOST**
> V2xMessagePOST(ctx, body)
Used to publish a V2X message.
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

Used to publish a V2X message.
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

### Required Parameters
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
  **body** | [**V2xMsgPublication**](V2xMsgPublication.md)|  | 
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

### Return type

 (empty response body)
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json
 - **Accept**: application/json
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

# **V2xMsgDistributionServerPost**
> V2xMsgDistributionServerInfo V2xMsgDistributionServerPost(ctx, body)
Request the information about available V2X Message Distribution Servers that can be supported by the service consumer.
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

Request the information about available V2X Message Distribution Servers that can be supported by the service consumer (e.g. a MEC application).
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

### Required Parameters
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
  **body** | [**V2xMsgDistributionServerInfo**](V2xMsgDistributionServerInfo.md)|  | 
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

### Return type

[**V2xMsgDistributionServerInfo**](V2xMsgDistributionServerInfo.md)
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json
 - **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed