The SMS_AIProxy Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 Configuration Manager, that represents an Asset Intelligence proxy computer.
Note |
---|
This class can be accessed only on the central administration site. |
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AIProxy : SMS_BaseClass { string CatalogWatermark; uint32 CategoryChangeCount; uint32 CPUChangeCount; uint32 HWReqChangeCount; datetime LastCatalogUpdateCompletion; datetime LastCatalogUpdateRequest; uint32 LastSCOReturnCode; boolean PeriodicCatalogUpdateEnabled; string PeriodicCatalogUpdateSchedule; uint32 Port; string ProxyCertPath; boolean ProxyEnabled; string ProxyName; uint32 ProxyPollingInterval; uint32 ProxyState; boolean RelevancyOptOut; string SCOURL; string SiteCode; uint32 SoftwareTitlesChangeCount; }; |
Methods
The following table lists the methods in the SMS_AIProxy class.
Method | Description |
---|---|
Initiates a System Center Online (SCO) catalog. |
Properties
- CatalogWatermark
- Data type: StringAccess type: Read OnlyQualifiers: NoneThe System Center Online catalog watermark, used for internal purposes. This is the watermark that was obtained during the last successful SCO catalog update. This watermark is sent up to the SCO again to request the next batch of updates.
- CategoryChangeCount
- Data type: UInt32Access type: Read OnlyQualifiers: NoneAn incrementing count of how many times the category catalog from SCO has been changed since this proxy was installed.
- CPUChangeCount
- Data type: UInt32Access type: Read OnlyQualifiers: NoneAn incrementing count of how many times the CPU catalog from SCO has been changed since this proxy was installed.
- HWReqChangeCount
- Data type: UInt32Access type: Read OnlyQualifiers: NoneAn incrementing count of how many times the hardware requirements catalog from SCO has been changed since this proxy was installed.
- LastCatalogUpdateCompletion
- Data type: DateTimeAccess type: Read OnlyQualifiers: NoneThe last successful completion of an SCO catalog update.
- LastCatalogUpdateRequest
- Data type: DateTimeAccess type: Read OnlyQualifiers: NoneIndicates the last time a manually triggered Request Catalog Update was done by the user.
- LastSCOReturnCode
- Data type: UInt32Access type: Read OnlyQualifiers: NoneLast HTTPS return code by SCO.
- PeriodicCatalogUpdateEnabled
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the user has enabled periodic catalog updates.
- PeriodicCatalogUpdateSchedule
- Data type: StringAccess type: Read/WriteQualifiers: NoneUser-defined schedule of when the SCO catalog updates occur.
- Port
- Data type: UInt32Access type: Read/WriteQualifiers:
NoneSecure Sockets Layer (SSL) port to use for SCO connection.
Type Value Default
443
Minimum
1
Maximum
65535
- ProxyCertPath
- Data type: StringAccess type: Read/WriteQualifiers: NoneFull Universal Naming Convention (UNC) path of the authentication certificate file.
- ProxyEnabled
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the user has enabled the proxy operations.
- ProxyName
- Data type: StringAccess type: Read/WriteQualifiers: keyFully qualified domain name (FQDN) name of the proxy computer.
- ProxyPollingInterval
- Data type: UInt32Access type: Read/WriteQualifiers:
None)Polling interval between proxy computer and database, in
seconds.
Type Value Default
900 (15 Minutes)
Minimum
60 (1 Minute)
Maximum
86400 (24 Hours)
- ProxyState
- Data type: UInt32Access type: Read OnlyQualifiers:
EnumerationIndicates the last SCO communication state. This comes
from the proxy to the Asset Intelligence server processor through
file replication.
Value Definition 0
Not installed
1
Installed
2
Bad configuration
3
Reserved state
4
Bad certificate
5
SCO is online
6
SCO is offline
- RelevancyOptOut
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the user has opted out of sending relevancy information.
- SCOURL
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe URL of the SCO.
- SiteCode
- Data type: StringAccess type: Read/WriteQualifiers: NoneThree-letter site code for the site.
- SoftwareTitlesChangeCount
- Data type: UInt32Access type: Read OnlyQualifiers: NoneAn incrementing count of how many times the software title catalog from SCO has been changed since this proxy was installed.
Remarks
Class qualifiers for this class include:
- DisplayName("AI Proxy Table")
- Dynamic
- Provider("ExtnProv")
- Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.