Retrieve all InfiniBand Interfaces

View as Markdown

Get all InfiniBand Interfaces

Org must have a Tenant entity. User must have FORGE_TENANT_ADMIN authorization role.

Authentication

AuthorizationBearer
``` export JWT_BEARER_TOKEN="<jwt-bearer-token>" # Example org name: "acme-inc export ORG_NAME=<org-name> # Use the JWT bearer token in your API request auth header: curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://carbide-rest-api.carbide.svc.cluster.local/v2/org/$ORG_NAME/carbide/user/current ```

Path parameters

orgstringRequired

Query parameters

siteIdstringOptional
Filter InfiniBand Interfaces by Site ID. Can be specified multiple times to filter on more than one ID.
instanceIdstringOptional
Filter InfiniBand Interfaces by Instance ID. Can be specified multiple times to filter on more than one ID.
infinibandPartitionIdstringOptional
Filter InfiniBand Interfaces by InfiniBand Partition ID. Can be specified multiple times to filter on more than one ID.
statusstringOptional
Filter InfiniBand Interfaces by Status. Can be specified multiple times to filter on more than one status.
includeRelationenumOptional
Related entity to expand
Allowed values:
pageNumberintegerOptional>=1Defaults to 1
Page number for pagination query
pageSizeintegerOptional1-100
Page size for pagination query
orderByenumOptional
Ordering for pagination query

Response headers

X-Paginationstring
Pagination result in JSON format

Response

OK
idstringformat: "uuid">=1 character
instanceIdstringformat: "uuid"
partitionIdstringformat: "uuid"
ID of the InfiniBand Partition associated with this interface
devicestring
Name of the InfiniBand device associated with this interface
deviceInstanceinteger
isPhysicalboolean
Indicates whether this is a physical interface
virtualFunctionIdinteger or null
guidstring or null
statusenum
Status values for InfiniBand Interface objects
Allowed values:
createddatetimeRead-only
updateddatetimeRead-only

Errors

403
Forbidden Error