NetworkListResponseSchema – Infra API – MediaKind
NetworkListResponseSchema
object
@odata.nextLink
string Optional
URL if the page length and number of items match.
supplemental
object ListResponseSupplementalSchema Required
Supplemental info
Properties
- count
integerRequired
Number of items returned - kind
stringRequired
Type of items in the list - operation
stringRequired
Operation type. Should always say 'list' - pagination
objectPaginationInfoSchema Required
Pagination info
Properties
- end
integerRequired
Position of the last item in the list - records
integerRequired
Total number of items returned in the list - start
integerRequired
Position of the first item in the list - total
integerRequired
Total number of items in the project
subscription
object ProjectInfoSchema Optional
Project info
Properties
- id
stringRequired
Project ID - name
stringRequired
Project name
value
list of objects NetworkGetSchema Required
A list of networks.
Properties
- kind
stringRequired
The kind of record. - metadata
objectMetadataSchema Required
Network metadata.
Properties
created
stringOptional format: date-time
The time when the resource was createdcreatedBy
stringOptional format: uuid
ID of the user who created the resourcecreatedByEmail
stringOptional
Email of the user who created the resourcedisplayName
stringOptional
The display name of the resourceid
stringRequired format: uuid
The ID of the resourcelabels
map from strings to stringOptional
A dictionary of labels associated with the resource[any key]
stringname
stringOptional
The name of the resourceupdated
stringOptional format: date-time
The time when the resource was last updatedupdatedBy
stringOptional format: uuid
ID of the user who last updated the resourceupdatedByEmail
stringOptional
Email of the user who last updated the resourcespec
objectNetworkBodySpec Required
Network specification.status
objectNetworkBodyStatus Required
Network status.
Properties
owner
enumRequired
Indicates whether the network was automatically created by the system. System owned networks cannot be deleted, but they can be modified. To learn more, read System owned networks.Allowed values: User, System
scope
enumRequired
Indicates whether the network is a local network within a site. Local networks are always system owned and therefore cannot be deleted, however they can be modified.Allowed values: Connecting, Local