CMDBFederatedARInfo structure
The CMDBFederatedARInfo
data structure holds the BMC Remedy AR System related federated interface information to retrieve.
typedef struct CMDBFederatedARInfo
{
unsigned int arAccessType;
ARNameType server;
ARNameType form;
ARNameType view;
char *qualifier;
char *url;
} CMDBFederatedARInfo;
The CMDBFederatedARInfo
structure consists of the following elements:
arAccessType |
The access type for the BMC Remedy AR System.
|
server |
The BMC Remedy AR System server name. |
form |
The BMC Remedy AR System form name. |
view |
The BMC Remedy AR System view name. |
qualifier |
The qualifier string for accessing the BMC Remedy AR System. |
url |
Contains the URL for a BMC Remedy AR System form or any other external website. To access a BMC Remedy AR System form, the default web path specified on the BMC Remedy AR System server is used. |
Comments