|
APIs in Category: Cifs |
API version 5.0 |
CifsDomainListInfoIterEnd |
These APIs allow the user To get cifs related information From the Hosts discovered by DFM. |
| CifsDomainListInfoIterEnd (supported) | [top] |
Terminate a View list iteration and clean up any saved info.
Input Name Type CifsDomainListInfoIterEnd CifsDomainListInfoIterEnd
Output Name Type CifsDomainListInfoIterEndResult CifsDomainListInfoIterEndResult
Error Name Description EINVALIDTAG
| CifsDomainListInfoIterNext (supported) | [top] |
Returns items From a previous call To CifsDomainListInfoIterStart
Input Name Type CifsDomainListInfoIterNext CifsDomainListInfoIterNext
Output Name Type CifsDomainListInfoIterNextResult CifsDomainListInfoIterNextResult
Error Name Description EINVALIDTAG
| CifsDomainListInfoIterStart (supported) | [top] |
Initiates a Query for a list of cifs domains on Hosts discovered by DFM.
Input Name Type CifsDomainListInfoIterStart CifsDomainListInfoIterStart
Output Name Type CifsDomainListInfoIterStartResult CifsDomainListInfoIterStartResult
Error Name Description EAPIERROR EDATABASEERROR
| Element definition: CifsDomainListInfoIterEnd | [top] |
Terminate a View list iteration and clean up any saved info.
Name Type Description Tag xsd:string
An opaque handle used by the DFM station To identify a temporary store.
| Element definition: CifsDomainListInfoIterEndResult | [top] |
[none]
| Element definition: CifsDomainListInfoIterNext | [top] |
Returns items From a previous call To CifsDomainListInfoIterStart
Name Type Description Maximum xsd:integer
The Maximum number of entries To retrieve. Range: [1..(2^31)-1] Tag xsd:string
An opaque handle used by the DFM station To identify a temporary store.
| Element definition: CifsDomainListInfoIterNextResult | [top] |
Name Type Description CifsDomainList ArrayOfCifsDomainInfo
A list of cifs domains. Records xsd:integer
The number of Records actually returned.
| Element definition: CifsDomainListInfoIterStart | [top] |
Initiates a Query for a list of cifs domains on Hosts discovered by DFM.
[none]
| Element definition: CifsDomainListInfoIterStartResult | [top] |
Name Type Description Records xsd:integer
Number indicating how many items are available for future retrieval with CifsDomainListInfoIterNext. Range: [1..(2^31)-1] Tag xsd:string
An opaque handle used by the DFM station To identify a temporary store. Used in subsequent calls To CifsDomainListInfoIterNext. or CifsDomainListInfoIterEnd.
| Element definition: ArrayOfCifsDomainInfo | [top] |
Name Type Description CifsDomainInfo CifsDomainInfo[]
| Element definition: CifsDomainInfo | [top] |
Details of the cifs domain.
Name Type Description CifsDnsDomainName xsd:string
Specifies the CIFS DNS domain Name. Maximum Length: 255 characters. CifsDomainId xsd:integer
Identifier of the cifs domain. Range: [1..(2^16)-1] CifsDomainName xsd:string
Specifies the NETBIOS Name of the cifs domain. Maximum Length: 255 characters.