| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<GetZimletStatusRequest /> ## GetZimletStatusRequest
<GetZimletStatusResponse> ## GetZimletStatusResponse
<zimlets> ## ZimletStatusParent
(<zimlet name="{zimlet-name}" status="{status} (enabled | disabled)" extension="{extension} (0|1)"
[priority="{priority} (Integer)"] /> ## ZimletStatus)*
</zimlets>
(<cos name="{cos-name}"> ## ZimletStatusCos
(<zimlet ... /> ## See /zimlets/zimlet [ ## ZimletStatus])*
</cos>)*
</GetZimletStatusResponse>
elements and attributes you can define within a
<GetZimletStatusResponse> element:
| XPath | Required / Optional | Description |
| /zimlets | Required (only 1) | Information about status of zimlets |
| /zimlets/zimlet | Optional (0 or more) | Status information |
| /zimlets/zimlet@name | Required (only 1) | Type: String Zimlet name |
| /zimlets/zimlet@status | Required (only 1) | Type: enabled | disabled |
| /zimlets/zimlet@extension | Required (only 1) | Type: 0|1 Extension |
| /zimlets/zimlet@priority | Optional (0 or 1) | Type: Integer Priority |
| /cos | Optional (0 or more) | Class Of Service (COS) Information |
| /cos@name | Required (only 1) | Type: String Class Of Service (COS) name |
| /cos/zimlet | Optional (0 or more) | Information on zimlet status
See /zimlets/zimlet for more details. |