Api docs

2024-06-11 Thread Ahmed Awlaqi
Hi, I wanna know where can I find the code for this website https://cloudstack.apache.org/api/ I found a mistake and would like to fix it. -- -- The information in this message is confidential, and only intended for the addressee(s). If you are not the person to wh

Golang SDKs PR

2024-06-11 Thread Ahmed Awlaqi
Hi, I don't really know who I should ask for a review so I will put this here https://github.com/apache/cloudstack-go/pull/88 I tried to add support for more APIs as much as possible. I also intend to add more later. -- -- The information in this message is confiden

Re: Api docs

2024-06-12 Thread Ahmed Awlaqi
cs > > Hi, > > You can find the code at https://github.com/apache/cloudstack-www > > > -Wei > > On Tue, Jun 11, 2024 at 2:29 PM Ahmed Awlaqi > wrote: > > > > Hi, I wanna know where can I find the code for this website > > https://cloudstack.apache.org/api/

Endpoint response is different than the docs

2024-06-13 Thread Ahmed Awlaqi
Hi, I faced a problem where the endpoint response is different from what is written in the docs the endpoint is `removeSecondaryStorageSelector` in here https://cloudstack.apache.org/api/apidocs-4.19/apis/removeSecondaryStorageSelector.html we see the response tags but actually non of them are act

Re: Endpoint response is different than the docs

2024-06-13 Thread Ahmed Awlaqi
SecondaryStorageSelectorCmd.java#L30 > vs > > https://github.com/apache/cloudstack/blob/main/api/src/main/java/org/apache/cloudstack/api/command/admin/storage/heuristics/RemoveSecondaryStorageSelectorCmd.java#L43 > > > Thanks, > Pearl > > > > >

Re: Endpoint response is different than the docs

2024-06-14 Thread Ahmed Awlaqi
esponsible for generating the API docs. > > Regards. > > > > ________ > From: Ahmed Awlaqi > Sent: June 13, 2024 9:39 AM > To: dev@cloudstack.apache.org > Subject: Re: Endpoint response is different than the docs > > Hi, > > I will t