全部产品
Search
文档中心

CloudOps Orchestration Service:Jenis metadata yang didukung oleh daftar konfigurasi

更新时间:Jun 28, 2025

Kode berikut menunjukkan semua jenis daftar dan properti terkait yang didukung dalam daftar konfigurasi.

[ { "TypeName": "ACS:InstanceInformation", 
// Informasi instance yang diminta. 
"Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "AgentType" 
// Jenis agen.
}, { "DataType": "STRING", "Name": "AgentVersion" 
// Versi agen.
}, { "DataType": "STRING", "Name": "ComputerName"
// Nama host.
}, { "DataType": "STRING", "Name": "RamRole" 
// Peran RAM.
}, { "DataType": "STRING", "Name": "InstanceId" 
// ID instance.
}, { "DataType": "STRING", "Name": "IpAddress" 
// Alamat IP privat.
}, { "DataType": "STRING", "Name": "PlatformName" 
// Nama platform.
}, { "DataType": "STRING", "Name": "PlatformType" 
// Jenis platform.
}, { "DataType": "STRING", "Name": "PlatformVersion" 
// Nama platform.
}, { "DataType": "STRING", "Name": "ResourceType" 
// Jenis sumber daya.
}, { "DataType": "STRING", "Name": "Status" 
// Status instance.
} ] }, { "TypeName": "ACS:Application", 
// Informasi aplikasi. 
"Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "Name" 
// Nama aplikasi.
}, { "DataType": "STRING", "Name": "ApplicationType" 
// Jenis aplikasi.
}, { "DataType": "STRING", "Name": "Publisher" 
// Operator yang menerbitkan aplikasi.
}, { "DataType": "STRING", "Name": "Version" 
// Versi aplikasi.
}, { "DataType": "STRING", "Name": "InstalledTime" 
// Waktu saat aplikasi diinstal.
}, { "DataType": "STRING", "Name": "Architecture" 
// Arsitektur.
}, { "DataType": "STRING", "Name": "URL" 
// URL unduhan aplikasi.
}, { "DataType": "STRING", "Name": "Summary" 
// Abstrak dari aplikasi.
}, { "DataType": "STRING", "Name": "PackageId" 
// ID paket aplikasi.
}, { "DataType": "STRING", "Name": "Release" 
// Versi rilis.
} ] }, { "TypeName": "ACS:File", 
// Informasi daftar file.
 "Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "Name" 
// Nama file.
}, { "DataType": "STRING", "Name": "Size" 
// Ukuran file.
}, { "DataType": "STRING", "Name": "Description" 
// Deskripsi file.
}, { "DataType": "STRING", "Name": "FileVersion" }, { "DataType": "STRING", "Name": "InstalledDate" }, { "DataType": "STRING", "Name": "ModificationTime" 
// Waktu saat file diubah.
 }, { "DataType": "STRING", "Name": "LastAccessTime" 
// Waktu kunjungan terakhir file.
 }, { "DataType": "STRING", "Name": "ProductName" }, { "DataType": "STRING", "Name": "InstalledDir" 
// Direktori tempat file berada.
}, { "DataType": "STRING", "Name": "ProductLanguage" }, { "DataType": "STRING", "Name": "CompanyName" }, { "DataType": "STRING", "Name": "ProductVersion" } ] }, { "TypeName": "ACS:Network", 
// Status jaringan. 
"Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "Name" 
// Nama kartu NIC.
}, { "DataType": "STRING", "Name": "SubnetMask" }, { "DataType": "STRING", "Name": "Gateway" }, { "DataType": "STRING", "Name": "DHCPServer" 
// Alamat IP server DHCP.
}, { "DataType": "STRING", "Name": "DNSServer" 
// Alamat IP server DNS.
}, { "DataType": "STRING", "Name": "MacAddress" }, { "DataType": "STRING", "Name": "IPV4" 
// Alamat IPv4.
}, { "DataType": "STRING", "Name": "IPV6" 
// Alamat IPv6.
} ] }, { "TypeName": "ACS:WindowsRole", 
// Peran Windows. 
"Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "Name" 
// Nama peran.
}, { "DataType": "STRING", "Name": "DisplayName" 
// Nama fitur.
}, { "DataType": "STRING", "Name": "Description"
// Deskripsi.
}, { "DataType": "STRING", "Name": "Installed" }, { "DataType": "STRING", "Name": "InstalledState" 
// Status.
}, { "DataType": "STRING", "Name": "FeatureType" 
// Jenis fitur. Nilai valid: role.
}, { "DataType": "STRING", "Name": "Path" }, { "DataType": "STRING", "Name": "SubFeatures" }, { "DataType": "STRING", "Name": "ServerComponentDescriptor" }, { "DataType": "STRING", "Name": "DependsOn" }, { "DataType": "STRING", "Name": "Parent" } ] }, { "TypeName": "ACS:Service", 
// Layanan yang berjalan pada instance.
 "Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "Name" 
// Nama layanan.
}, { "DataType": "STRING", "Name": "DisplayName" 
// Nama fitur.
}, { "DataType": "STRING", "Name": "Status" 
// Status layanan.
}, { "DataType": "STRING", "Name": "DependentServices" }, { "DataType": "STRING", "Name": "ServicesDependedOn" }, { "DataType": "STRING", "Name": "ServiceType" 
// Jenis layanan.
}, { "DataType": "STRING", "Name": "StartType" 
// Metode startup layanan.
} ] }, { "TypeName": "ACS:WindowsRegistry", 
// Informasi kunci registri Windows. "Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "ValueName" 
// Nama kunci registri.
 }, { "DataType": "STRING", "Name": "ValueType" 
// Jenis kunci registri.
 }, { "DataType": "STRING", "Name": "KeyPath" 
// Jalur kunci registri.
 }, { "DataType": "STRING", "Name": "Value" 
// Nilai kunci registri.
} ] }, { "TypeName": "ACS:WindowsUpdate", 
// Informasi catatan pembaruan Windows. "Version": "1.0", "Attributes": [ { "DataType": "STRING", "Name": "HotFixId" 
// ID pembaruan.
}, { "DataType": "STRING", "Name": "Description" 
// Deskripsi.
}, { "DataType": "STRING", "Name": "InstalledTime" 
// Waktu saat pembaruan diinstal.
}, { "DataType": "STRING", "Name": "InstalledBy" 
// Operator yang membuat pembaruan.
} ] } ]