Networks

List Compute Networks

get
Authorizations
OAuth2implicitRequired

OAuth2 flow

Authorization URL:
Available scopes:
  • : openid
  • : email
Query parameters
filtersstring[]Optional

Filter by technicalId or shortDescription, example: CB_1800_QA_CHS_BACK_DMZ,!EB_0007_SERVEURS,EBCAM_0470_TOIP

publicIpbooleanOptional

publicIp

environmentsstring[]Optional

Environments, example: QA

scopesstring[]Optional

Scopes, example: frontend , backend

regionsstring[]Optional

Regions, example: EB,NK

cloudsintegerOptional
pagestringOptional

Results page you want to retrieve (0..N)

sizestringOptional

Number of records per page.

sortanyOptional

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria is not supported.

Responses
200

OK

*/*
get
/networking/networks

List Load Balancing Networks

get

List Load Balancing Networks

This method returns the list of accessible networks from a Load balancing Zone.

Available Parameters:

  • scope query parameter to filter private, interco, internet networks. for 'frontend' and 'backend' networks, use scope=private
  • environment query parameter to filter production, non_production networks. for 'production' networks, use environment=production
  • onlyNonFull if you want only networks with available IP addresses to be listed.
  • clouds parameter (comma-separated list of long) to restrict results to specified Clouds IDs (use the /me to obtain the list of your Clouds).
Authorizations
OAuth2implicitRequired

OAuth2 flow

Authorization URL:
Available scopes:
  • : openid
  • : email
Path parameters
idinteger · int64Required
Query parameters
scope, example: frontendstringOptional
environment, example: productionstringOptional
onlyNonFullbooleanOptional
cloudsintegerOptional
Responses
200

OK

application/vnd.cegedim-it.v1+json
get
/networking/networks/{id}/loadbalancers-networks

Last updated