OBJECT

VlanListQueryOutput

link GraphQL Schema definition

  • type VlanListQueryOutput {
  • clientSessionId: String
  • data: [PolicyVlan]
  • # Error message details
  • message: String
  • operationId: String
  • # Contains information about the current lock & modification status of the domain
  • result: PolicyDomainResult
  • status: QueryStatus
  • # For each PVI VLAN, returns VIDs that PVI VLAN will use for each PVI Island
  • vidsByIsland: [Json]
  • }

link Require by