ADC CLI Commands

appfw-protofile

The following operations can be performed on “appfw-protofile”:

rm show import update

rm appfw protofile

Removes the named gRPC schema object.

Synopsis

rm appfw protofile

Arguments

name Indicates name of the gRPC schema object to be removed.

Example

rm appfw protofile

show appfw protofile

Displays the specified gRPC schema object.

Synopsis

show appfw protofile []

Arguments

name Name of the gRPC schema object.

Output

response gRPC import object response contents.

src Indicates the source of the gRPC schema file as a URL of the form:

<protocol>://<host>[:<port>][/<path>]

Where: is http or https. is the DNS name or IP address of the http or https server. is the port number of the server. If omitted, the default port for http or https will be used. is the path of the file on the server.

Example

show appfw protofile

import appfw protofile

Imports a gRPC schema file from specified location.

Synopsis

import appfw protofile [-overwrite] [-comment ]

Arguments

src Indicates source path of the gRPC schema file.

name Source path of the gRPC schema file.

overwrite Overwrite any existing gRPC schema object of the same name.

comment Comments associated with this gRPC schema file.

update appfw protofile

Updates the specified gRPC schema file object.

Synopsis

update appfw protofile

Arguments

name Name of the gRPC schema object.

Example

update appfw protofile grpc-schema

appfw-protofile