List of Managed Systems by Smart Rule ID

GET {{biBaseURL}}/SmartRules/:id/ManagedSystems

Request Params

KeyDatatypeRequiredDescription
limitnull(default: 100000) Number of records to return.
offsetnull(default: 0) Number of records to skip before returning <limit> records (can be used only in conjunction with limit).

RESPONSES

status: OK

[{&quot;TotalCount&quot;:&quot;int&quot;,&quot;Data&quot;:[{&quot;WorkgroupID&quot;:&quot;int&quot;,&quot;HostName&quot;:&quot;string&quot;,&quot;IPAddress&quot;:&quot;string&quot;,&quot;DNSName&quot;:&quot;string&quot;,&quot;InstanceName&quot;:&quot;string&quot;,&quot;IsDefaultInstance&quot;:&quot;bool&quot;,&quot;Template&quot;:&quot;string&quot;,&quot;ForestName&quot;:&quot;string&quot;,&quot;UseSSL&quot;:&quot;bool&quot;,&quot;ManagedSystemID&quot;:&quot;int&quot;,&quot;EntityTypeID&quot;:&quot;int&quot;,&quot;AssetID&quot;:&quot;int&quot;,&quot;DatabaseID&quot;:&quot;int&quot;,&quot;DirectoryID&quot;:&quot;int&quot;,&quot;CloudID&quot;:&quot;int&quot;,&quot;SystemName&quot;:&quot;string&quot;,&quot;Timeout&quot;:&quot;short&quot;,&quot;PlatformID&quot;:&quot;int&quot;,&quot;NetBiosName&quot;:&quot;string&quot;,&quot;ContactEmail&quot;:&quot;string&quot;,&quot;Description&quot;:&quot;string&quot;,&quot;Port&quot;:&quot;int&quot;,&quot;SshKeyEnforcementMode&quot;:&quot;int&quot;,&quot;PasswordRuleID&quot;:&quot;int&quot;,&quot;DSSKeyRuleID&quot;:&quot;int&quot;,&quot;LoginAccountID&quot;:&quot;int&quot;,&quot;AccountNameFormat&quot;:&quot;int&quot;,&quot;OracleInternetDirectoryID&quot;:&quot;guid&quot;,&quot;OracleInternetDirectoryServiceName&quot;:&quot;string&quot;,&quot;ReleaseDuration&quot;:&quot;int&quot;,&quot;MaxReleaseDuration&quot;:&quot;int&quot;,&quot;ISAReleaseDuration&quot;:&quot;int&quot;,&quot;AutoManagementFlag&quot;:&quot;bool&quot;,&quot;FunctionalAccountID&quot;:&quot;int&quot;,&quot;ElevationCommand&quot;:&quot;string&quot;,&quot;CheckPasswordFlag&quot;:&quot;bool&quot;,&quot;ChangePasswordAfterAnyReleaseFlag&quot;:&quot;bool&quot;,&quot;ResetPasswordOnMismatchFlag&quot;:&quot;bool&quot;,&quot;ChangeFrequencyType&quot;:&quot;string&quot;,&quot;ChangeFrequencyDays&quot;:&quot;int&quot;,&quot;ChangeTime&quot;:&quot;string&quot;,&quot;RemoteClientType&quot;:&quot;string&quot;,&quot;ApplicationHostID&quot;:&quot;int&quot;,&quot;IsApplicationHost&quot;:&quot;bool&quot;,&quot;AccessURL&quot;:&quot;string&quot;}]}]