Hello,
In my WebConsole of CommVault, we have 4712 Kubernates applications.
So, in Databricks, I’ve written this code
applicationCount is 5757.
Now, the json returned is made from 2 keys
- applicationCount that is an int
- applications that is a list of dictionaries
so, in json_kubernates I should have 5757 dictionaries, instead I’ve got 100.
From API documentation, there is no pagination and about the user we tested it between master user and my user they can see the same clients.
Can you help me in understanding why it is doing that?