/** * Author: * xtbj@cn.ibm.com */ declare const _default: { LIST: { DESCRIPTION: string; SUMMARY: string; DOMAIN: { DESCRIPTION: string; POSITIONALS: {}; SUMMARY: string; OPTIONS: { DOMAIN: string; }; }; TASKINFO: { DESCRIPTION: string; POSITIONALS: {}; SUMMARY: string; EXAMPLES: { EXAMPLE_1: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; }; OPTIONS: { DOMAIN: string; }; }; CZMSG: { NAME: string; DESCRIPTION: string; SUMMARY: string; POSITIONALS: { REQUESTTYPE: string; }; OPTIONS: { CZID: string; BEGINTIME: string; ENDTIME: string; DIRECTION: string; NUMBER: string; CZMSG_MAX_NUMBER: number; SHOW_DETAILS: string; DOMAIN: { DESCRIPTION: string; }; }; EXAMPLES: { EXAMPLE_1: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; EXAMPLE_2: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; EXAMPLE_3: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; EXAMPLE_4: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; }; }; }; AUTH: { DESCRIPTION: string; SUMMARY: string; LOGIN: { DESCRIPTION: string; POSITIONALS: {}; SUMMARY: string; OPTIONS: { SHOWTOKEN: string; }; EXAMPLES: { EXAMPLE_1: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; EXAMPLE_2: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; }; }; LOGOUT: { DESCRIPTION: string; POSITIONALS: {}; SUMMARY: string; MESSAGES: { SUCCESS: string; FAILED: string; }; EXAMPLES: { EXAMPLE_1: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; EXAMPLE_2: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; }; }; }; ISSUE: { DESCRIPTION: string; SUMMARY: string; COMMAND: { DESCRIPTION: string; POSITIONALS: { COMMANDTEXT: string; }; OPTIONS: { DOMAIN: string; }; SUMMARY: string; EXAMPLES: { EXAMPLE_1: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; }; }; }; RECORD: { DESCRIPTION: string; SUMMARY: string; CZMSG: { DESCRIPTION: string; POSITIONALS: { CZID: string; }; OPTIONS: { MEMBERNAME: string; DOMAIN: string; }; SUMMARY: string; EXAMPLES: { EXAMPLE_1: { DESCRIPTION: string; COMMAND_EXAMPLE: string; }; }; }; }; MESSAGES: { /** * Message: * EJN003I LOGIN TO NETVIEW REST SERVER COMPLETED SUCCESSFULLY. */ LOGIN_SUC: { MSG: string; }; /** * Message: * EJN004I LOGOUT OF NETVIEW REST SERVER COMPLETED SUCCESSFULLY. */ LOGOUT_SUC: { MSG: string; }; /** * Message: * EJN005I THE AUTHENTICATION TOKEN HAS BEEN REVOKED AND REMOVED FROM YOUR ZNETVIEW PROFILE profile_name. */ REVOKE_TOK: { MSG1: string; MSG2: string; }; /** * Message: * EJN006I AUTOMATION TABLE STATEMENTS WERE DOWNLOADED SUCCESSFULLY FROM dataset_member To file_path */ AT_DOWNLOAD_SUC: { MSG_1: string; MSG_2: string; }; /** * Message: * EJN007I THE FOLLOWING AUTOMATION TABLE STATEMENTS ARE NOT SUPPORTED */ AT_DOWNLOAD_NONREC: { MSG: string; }; /** * Message: * EJN008I – AUTOMATION TABLE STATEMENTS WERE UPLOADED SUCCESSFULLY TO dataset_member FROM file_path */ AT_UPLOAD_SUC: { MSG_1: string; MSG_2: string; }; /** * Message: * EJN009I command FAILED. Reason: reason. Reason Code: reason_code */ CMD_FALED: { MSG_1: string; MSG_2: string; MSG_3: string; REASONS: { /** * Create session Failed */ CONN_FAILED: { MSG: string; REASON_CODE: string; }; /** * Create session Failed */ AUTH_FAILED: { MSG: string; REASON_CODES: { /** * Can not get token */ GET_TOKEN_FAILED: string; /** * No credential or token supplied */ NO_CRED_SUPPLIED: string; }; }; /** * Read automation table from local file failed */ FILE_READ_FAILED: { MSG: string; REASON_CODE: string; }; /** * Write automation table to local file failed */ FILE_WRITE_FAILED: { MSG: string; REASON_CODE: string; }; /** * File path for automation table not found */ FILE_PATH_NO_FOUND: { MSG: string; REASON_CODES: { INVALID_PATH_SAVE_AT: string; INVALID_PATH_READ_AT: string; }; }; /** * No automation table name or no local file is specified to test an automation table */ MISS_PARAM: { MSG: string; REASON_CODE: string; }; /** * unexcepted error */ UNEXC_ERROR: { MSG: string; REASON_CODES: { LOAD_PROFILE_FAILED: string; SAVE_PROFILE_FAILED: string; }; }; /** * Automation table file already exists. To override the existing file, please * view --replace option. */ FILE_ALREADY_EXIST: { MSG: string; REASON_CODE: string; }; }; }; /** * Message: * EJN010I REST API URI: rest_api_uri */ REST_API_URI: { MSG: string; }; }; PROFILE: { NV_OPTION_HOST: { DESCRIPTION: string; }; NV_OPTION_PORT: { DESCRIPTION: string; }; NV_OPTION_USER: { DESCRIPTION: string; }; NV_OPTION_PASSWORD: { DESCRIPTION: string; }; NV_OPTION_REJECT_UNAUTHORIZED: { DESCRIPTION: string; }; NV_OPTION_CERT_FILE: { DESCRIPTION: string; }; NV_OPTION_CERT_KEY_FILE: { DESCRIPTION: string; }; NV_TOKEN_TYPE: { DESCRIPTION: string; }; NV_TOKEN_VALUE: { DESCRIPTION: string; }; NV_BASE_PATH: { DESCRIPTION: string; }; NV_AT_LOCAL_FILE_PATH: { DESCRIPTION: string; }; }; }; export default _default;