Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.11.1.2
openapi_webmgmt.h
Go to the documentation of this file.
1 
9 /**********************************************************************
10 *
11 * Copyright 2023 Broadcom.
12 *
13 * Licensed under the Apache License, Version 2.0 (the "License");
14 * you may not use this file except in compliance with the License.
15 * You may obtain a copy of the License at
16 *
17 * http://www.apache.org/licenses/LICENSE-2.0
18 *
19 * Unless required by applicable law or agreed to in writing, software
20 * distributed under the License is distributed on an "AS IS" BASIS,
21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * See the License for the specific language governing permissions and
23 * limitations under the License.
24 *
25 ***********************************************************************
26 *
27 * @filename openapi_webmgmt.h
28 *
29 * @purpose This code implements the OpEN web management API
30 *
31 * @component OPEN
32 *
33 * @create 01/30/2023
34 *
35 * @end
36 *
37 *********************************************************************/
38 #ifndef OPENAPI_WEBMGMT_H_INCLUDED
39 #define OPENAPI_WEBMGMT_H_INCLUDED
40 
41 #include "openapi_common.h"
42 
43 
44 /*************************************************************************/
61 
62 /*************************************************************************/
78 
79 /*************************************************************************/
98 
99 /*************************************************************************/
115 
116 /*************************************************************************/
132 open_error_t openapiCliWebHttpNumSessionsSet(openapiClientHandle_t *client_handle, uint32_t maxSession);
133 
134 /*************************************************************************/
149 open_error_t openapiCliWebHttpNumSessionsGet(openapiClientHandle_t *client_handle, uint32_t *pSession);
150 
151 /*************************************************************************/
168 
169 /*************************************************************************/
185 
186 /*************************************************************************/
203 
204 /*************************************************************************/
220 
221 
222 #endif /* OPENAPI_WEBMGMT_H_INCLUDED */
223 
open_error_t openapiCliWebHttpNumSessionsSet(openapiClientHandle_t *client_handle, uint32_t maxSession)
Sets maximum number of HTTP web sessions.
open_error_t openapiCliWebHttpSessionHardTimeOutSet(openapiClientHandle_t *client_handle, uint32_t timeout)
Sets HTTP session hard timeout (in hours).
open_error_t openapiSwDevCtrlWebMgmtModeGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode)
Gets admin mode of System Web.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiSwDevCtrlWebMgmtPortNumSet(openapiClientHandle_t *client_handle, uint32_t port, OPEN_BOOL_t flag)
Sets the port-number for HTTP Access.
open_error_t openapiSwDevCtrlWebMgmtModeSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
Sets System Web Mode.
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
OPEN_BOOL_t
OPEN uses these enumerators to indicate true or false for a given config or status parameter...
open_error_t openapiCliWebHttpSessionSoftTimeOutGet(openapiClientHandle_t *client_handle, uint32_t *pTimeout)
Gets HTTP session soft timeout information.
open_error_t openapiSwDevCtrlWebMgmtPortNumGet(openapiClientHandle_t *client_handle, uint32_t *pPort)
Gets HTTP access port number.
open_error_t openapiCliWebHttpSessionHardTimeOutGet(openapiClientHandle_t *client_handle, uint32_t *pTimeout)
Gets HTTP session hard timeout information (in hours).
open_error_t openapiCliWebHttpNumSessionsGet(openapiClientHandle_t *client_handle, uint32_t *pSession)
Gets maximum number of HTTP web sessions.
open_error_t openapiCliWebHttpSessionSoftTimeOutSet(openapiClientHandle_t *client_handle, uint32_t timeout)
Sets HTTP session soft timeout (in minutes).