Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Generate admintech based on device type. #108

Closed
kagrski opened this issue Feb 2, 2023 · 1 comment
Closed

Generate admintech based on device type. #108

kagrski opened this issue Feb 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kagrski
Copy link
Collaborator

kagrski commented Feb 2, 2023

Description

F.e. if the device-type is vmanage, then admintech is generated for all the vManages in the cluster.

{
   "exclude-cores":true,
   "exclude-logs":true,
   "exclude-tech":false,
   "device-type":"vmanage"
}
@kagrski kagrski added the enhancement New feature or request label Feb 2, 2023
@kagrski kagrski added this to the vManage-client 1.0.0 milestone Feb 2, 2023
@kagrski kagrski removed this from the vManage-client 1.0.0 milestone May 25, 2023
@sbasan
Copy link
Collaborator

sbasan commented Jul 13, 2023

Needs special implementation for collecting files generated in this way.
In normal case generate request blocks until single file is generated and returns file id, so it can be downloaded in next step.
In case device-type is sent, request will return immediately. As client we need to identify newly generated files and download each file in separate GET request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants