misp-client-rs 0.1.0

A Rust client library for interacting with MISP (Malware Information Sharing Platform) instances via their REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ExportGalaxyClustersRequestGalaxy

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default** | Option<**bool**> | `true` to filter out galaxy clusters with `default=true` set. | [optional]
**custom** | Option<**bool**> | `true` to filter out galaxy clusters with `default=false` set | [optional]
**distribution** | Option<[**models::DistributionLevelId**]DistributionLevelId.md> |  | [optional]
**format** | Option<**String**> | If set to `misp-galaxy` result set is in the misp-galaxy format. | [optional]
**download** | Option<**bool**> | `true` returns the response as a json file attachment, `false` returns the response in the response body. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)